Ferripaste: a command-line Rustypaste client #387
dbohdan
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Interesting. May I ask why you wrote it? Didn't you like the rustypaste-cli which is also written in Rust (the binary is also called |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using Rustypaste since 2023 and gradually built a command-line client for it. I have just open-sourced the client: dbohdan/ferripaste. While Ferripaste started as a shell script, the current version is written in Python and developed with uv in mind.
Ferripaste has a CLI with BSD-style short options and uses TOML for configuration. It can either load the authorization token directly from the config file or run a command like
pass
to get it. Ferripaste generates its own unique filenames by appending a timestamp before the file extension. It verifies the creation of uploads that aren't one-shot.Beta Was this translation helpful? Give feedback.
All reactions