Personal terminal pastebin service. https://termbin.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
553 B
553 B
YANK
Personal terminal pastebin service. Termbin clone.
# run server
$ yank server
# send text
$ yank url https://gokmengorgen.net
$ yank txt file1.txt
$ yank txt --secret # opens your favourite editor.
# other operations
$ yank ls # list
$ yank cp 2 # copy
$ yank rm 2 # remove
# configuration
$ yank config
REQUIREMENTS
- Rust
- and Rust.
TODO
- create a config.toml to get host and port information.
- use basic auth for tcp connection.
- use logger instead of println.