Terminal application to find and copy your own Paste for Pastebin
Go to file
Andros Fenollosa 5e8b57c731
Add vim plugin
2019-01-15 20:36:55 +01:00
.gitignore Initial commit 2019-01-13 13:29:23 +01:00
demo.svg New demo 2019-01-13 16:28:17 +01:00
get_my_pastebin.py Fixbug salt line 2019-01-14 17:08:30 +01:00
LICENSE Initial commit 2019-01-13 13:29:23 +01:00
logo.png Update README 2019-01-13 15:49:11 +01:00
Pipfile First commit 2019-01-13 13:32:02 +01:00
Pipfile.lock First commit 2019-01-13 13:32:02 +01:00
README.md Add vim plugin 2019-01-15 20:36:55 +01:00
setup.py Fixbug salt line 2019-01-14 17:08:30 +01:00

Terminal application to find and copy your own Paste for Pastebin.

  • Search in Paste public and private state.
  • Copies to the clipboard raw Paste automatically.
  • Prints raw Paste by console.

Use

getmypastebin --api-key [Get Developer API Key] --username [username account Pastebin] --password [password account Pastebin] [search]

Get Developer API Key

Example

getmypastebin --api-key 123qwe456rty --username example --password 123 wordpress

Install

pip3 install --user get-my-pastebin 

Update

pip3 install --user --upgrade get-my-pastebin

Alias

Optimize with alias in your .bashrc or .zshrc.

alias gpaste='getmypastebin --api-key 123qwe456rty --username example --password 123'

Use.

gpaste python

Vim integration

vim-getmypaste