diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-07-31 13:36:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-31 13:36:30 +0700 |
commit | e28cbb20674543b34042bc79ab0c1a8b3498ddde (patch) | |
tree | f5be431912f4abbb47e865ab56c2f549865a072b /desktop/imgurbash/README | |
parent | ae9aa4cf5369cce5a42fabccb7210f330c2b6d28 (diff) |
desktop/imgurbash: Added (bash script uploader).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/imgurbash/README')
-rw-r--r-- | desktop/imgurbash/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/imgurbash/README b/desktop/imgurbash/README new file mode 100644 index 0000000000000..f969c341b3af3 --- /dev/null +++ b/desktop/imgurbash/README @@ -0,0 +1,9 @@ +imgurbash (bash script uploader) + +imgurbash (Bart's Bash Script Uploader) is a simple bash script to upload an image +to imgur from the commandline. + +Run "imgur path-to-your-image" to upload, print the new URL to stdout, print the delete +page URL to stderr and put URL on the X clipboard for easy pasting. + +Optional dependencies: xsel or xclip |