Crates.io | paster |
lib.rs | paster |
version | 0.1.1 |
source | src |
created_at | 2023-06-10 15:13:23.756689 |
updated_at | 2023-06-11 16:25:29.75509 |
description | Easily paste from your terminal to services like pastebin.com |
homepage | |
repository | https://github.com/BugLight/paster |
max_upload_size | |
id | 886929 |
size | 63,352 |
Easily paste from your terminal to services like pastebin.com
brew tap BugLight/paster https://github.com/BugLight/paster
brew install paster
cargo install paster
Paster comes with pastebin.com configured as a default destination. All you need to get started is to write your key to the config.
paster config dest.pastebin.dev_key <your pastebin.com developer API key>
echo Hello | paster
paster file.txt
paster -d other example.rs