Ferripaste: a command-line Rustypaste client #387
dbohdan
started this conversation in
Show and tell
Replies: 1 comment 5 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 |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
passto 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.All reactions