Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/pbin

wget $URL -O $PBIN || \
curl $URL $PBIN

chmod +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/