2 个版本
0.1.1 | 2023年6月11日 |
---|---|
0.1.0 | 2023年6月10日 |
22 in #pastebin
19KB
318 行
paster
轻松从终端粘贴到 pastebin.com 等服务
功能
- 自动格式检测(进行中)
- 多个粘贴目的地(进行中)
- 易于配置
如何安装
Homebrew
brew tap BugLight/paster https://github.com/BugLight/paster
brew install paster
Cargo
cargo install paster
如何使用它
设置你的密钥
Paster 默认配置了 pastebin.com 作为目标。要开始使用,只需将你的密钥写入配置文件。
paster config dest.pastebin.dev_key <your pastebin.com developer API key>
从 stdin 创建粘贴
echo Hello | paster
从文件创建粘贴
paster file.txt
粘贴到非默认目的地
paster -d other example.rs
依赖项
~6–23MB
~333K SLoC