paster

Crates.iopaster
lib.rspaster
version0.1.1
sourcesrc
created_at2023-06-10 15:13:23.756689
updated_at2023-06-11 16:25:29.75509
descriptionEasily paste from your terminal to services like pastebin.com
homepage
repositoryhttps://github.com/BugLight/paster
max_upload_size
id886929
size63,352
Daniil Zhukov (BugLight)

documentation

README

paster

ci workflow crates.io

Easily paste from your terminal to services like pastebin.com

Features

  • Automatic format detection (WIP)
  • Multiple paste destinations (WIP)
  • Easy to configure

How to install

Homebrew

brew tap BugLight/paster https://github.com/BugLight/paster
brew install paster

Cargo

cargo install paster

How to use it

Set your key

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>

Create paste from stdin

echo Hello | paster

Create paste from file

paster file.txt

Paste to non-default destination

paster -d other example.rs
Commit count: 20

cargo fmt