Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glensc/pbin
CLI tool for Stikked based pastebin services
https://github.com/glensc/pbin
Last synced: 3 months ago
JSON representation
CLI tool for Stikked based pastebin services
- Host: GitHub
- URL: https://github.com/glensc/pbin
- Owner: glensc
- Created: 2014-03-29T13:01:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T22:32:03.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:29:52.260Z (9 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pbin
CLI tool for [Stikked][1] based pastebin services, like http://paste.mate-desktop.org/
Inspired by [mpaste][2] from [mate-desktop][3], but I did not want to have Python dependency and wanted to add more features (file type detection).
## Installing
Copy [pbin.sh](https://raw.githubusercontent.com/glensc/pbin/master/pbin.sh) to somewhere in your `$PATH`:
```
URL=https://raw.githubusercontent.com/glensc/pbin/master/pbin.sh
PBIN=~/.local/bin/pbinwget $URL -O $PBIN || \
curl $URL $PBINchmod +x $PBIN
```## Copyright
License: GPL v2
(c) 2014-2018 Elan Ruusamäe
[1]: https://github.com/claudehohl/Stikked
[2]: https://github.com/mate-desktop/mate-desktop/blob/1.8/tools/mpaste
[3]: http://mate-desktop.org/