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.
|
1 month ago | |
---|---|---|
src | 1 month ago | |
.gitignore | 1 month ago | |
.pre-commit-config.yaml | 2 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
README.md | 1 month ago | |
fiche.service | 8 months ago | |
nginx.conf | 8 months ago |
README.md
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.