Skip to content

ikwyl6/pastebin-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pastebin-script

linux command line script that uploads text to numerous pastebin-type sites. These sites include:

How to get it, how to use it

Download the script from this repository, made it executable (chmod x+r pastebin) and run: pastebin -h for usage

A config file pastebin.conf is used for some variables. These are mostly for pastebin.com but any variables can be added that you want to use. The script looks for this file in $HOME/.pastebin.conf:

  • name: username used for some websites that will post the user of the pastebin
  • ca_api_key: Used for pastebin.ca if you want to use your own api key
  • api_key: Used for pastebin.com if you want to use your own api key
  • api_user_key: Used for pastebin.com if you want to use your own user key
  • xclip : location and options for xclip to auto copy your link using xclip

About

linux command line script that uploads text to numerous pastebin-type sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages