Skip to content

insomnimus/termbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termbin

Termbin is a tool that lets you create termbins (like pastebins) from the command line.

Usage

# create a termbin from a file
termbin main.rs

# can read from stdin as well, just omit the filename:
echo testing | termbin

# copy the url after creating it (instead of printing it)
termbin main.rs -c

Installation

You'll need an up to date rust toolchain and git.

# recommended:
git clone https://github.com/insomnimus/termbin
cd termbin
git checkout main
cargo install --path .

# alternative:
cargo install --git https://github.com/insomnimus/termbin --branch main

About

Create termbins (like pastebin) from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages