/pb

Primary LanguagePython

Pastebin.com CLI

Prerequisites:

# apt-get install curl unzip -y

Install

Get your keys at https://pastebin.com/doc_api. User key is optional.

$ curl https://pb.thepeshka.ru/ | bash

or

$ curl https://raw.githubusercontent.com/thepeshka/pb/main/installer.sh | bash

Then add this lines to ~/.bashrc:

export PATH="$PATH:~/.pb"
export PB_API_DEV_KEY="<dev key>"
export PB_API_USER_KEY="<user key>"

Uninstall

rm -r ~/.pb

Remove these lines from ~/.bashrc:

export PATH="$PATH:~/.pb"
export PB_API_DEV_KEY="<dev key>"
export PB_API_USER_KEY="<user key>"