pastify
v1.0.0
Published
A command line pastebin service helper
Downloads
4
Readme
Pastify - WIP
,--. ,--. ,---.
,---. ,--,--. ,---.,-' '-.`--'/ .-',--. ,--.
| .-. |' ,-. |( .-''-. .-',--.| `-, \ ' /
| '-' '\ '-' |.-' `) | | | || .-' \ '
| |-' `--`--'`----' `--' `--'`--' .-' /
`--' `---'
A command line pastebin service helper
Services
Installation
npm install --global pastify
Usage
pastify <service> [file|stream]
Examples
pastify pb ~/.vimrc
pastify pb <(ps aux)
dmesg | pastify iop
PB_API_DEV=XXXX PRIVACY=0 pastify pb /tmp/leak.txt
Todos
- Add ghostbin
- Add github gist
- Add gitlab snippets
Contributing
Fork it:
https://github.com/ryanmaynard/pastify/fork
Create your feature branch:
git checkout -b my-new-feature
Commit your changes:
git commit -am 'Add some feature'
Push to the branch:
git push origin my-new-feature
Create a new Pull Request:
https://github.com/ryanmaynard/pastify/compare