/Scrot-and-imgur-zenity-GUI

Scrot and imgur zenity GUI

Primary LanguageShell

|====================================|
|            README for              |
|====================================\
|  _________                          \
| |__  / ___|  ___ _ __ ___  ___ _ __  \
|   / /\___ \ / __| '__/ _ \/ _ \ '_ \  \
|  / /_ ___) | (__| | |  __/  __/ | | |  \
| /____|____/ \___|_|  \___|\___|_| |_|   \
|==========================================\
|      Scrot and Imgur/S3 zenity GUI
|
| [ENGLISH]
|
| ZScreen is a simple zenity GUI for scrot, it allows 3 mode of screenshot:
|
| 1. Select an area with mouse
| 2. Immediate screenshot on the entire screen screen
| 3. Screenshot on the entire screen with configurable delay
|
| After saving the screenshot, on request, ZScreen upload it and open the url with the
| default browser.
|
| The link for delete online screenshot are contained in ~/.zscreen/deleteURL.txt
|
|===============|
| CONFIGURATION |
|===============|
|
| zscreen can be configured by setting shell variables
| in the file ~/.zscreen/conf.sh
|
| Sample configuration file:
|
| # Which directory to put screenshots. Default is $HOME/Screenshots.
| export ZSCREEN_SCREENSHOT_DIR="$HOME/media/images/screenshots"
| # Fileformat to use. Default is '%Y-%m-%d--%s_$wx$h_scrot.png'
| export ZSCREEN_FILEFMT='screenshot_%Y-%m-%d-%H%M%S_$wx$h.png'
| # Always upload the screenshot? Default is false.
| export ZSCREEN_ALWAYS_UPLOAD="true"
| # Set upload provider. the value should either be zs3upload or zimgur.
| export ZSCREEN_UPLOAD_CMD="zs3upload"
| export ZSCREEN_S3_BUCKET="zscreen-bucket"
|
|======|
| BUGS |
|======|
|
| I found a bug, where can I report it?
|
| Sorry, ZScreen has no bugs. But you could meet 'unexpected behavior'
| to be reported at thewebcha@gmail.com =)
|
|=================================================================================|
|
| [ITALIANO]
|
| ZScreen é una semplice interfaccia Zenity per scrot e consente 3 modalitá:
|
| 1. Selezionando un area con il mouse
| 2. Screenshot immediato a tutto lo schermo
| 3. Screenshot con un numero impostabile di secondi a tutto lo schermo
|
| Dopo la cattura dello schermo esegue, a richiesta, l'upload dell'immagine e la mostra
| sul browser predefinito.
|
| I link per cancellare gli screenshot online sono contenuti in ~/.zscreen/deleteURL.txt
|
|======|
| BUGS |
|======|
|
| Ho trovato un bug, dove posso segnalarlo?
|
| Spiacenti, ZScreen non ha bug. Ma potreste incontrare 'comportamenti inaspettati'
| da segnalare a <thewebcha@gmail.com> =)
|
|=================================================================================|
|
|==============|
| DEPENDENCIES |
|==============|
|
| - scrot
| - zenity
| - s3cmd
|
|=========|
| AUTHORS |
|=========|
|
|=> Christian Zucchelli (@Chris_Zeta) <thewebcha@gmail.com>
|===> ZScreen Developer (2012.09.02)
|====> Twitter: https://twitter.com/#!/Chris_Zeta
|====> GitHub: https://github.com/ChrisZeta
|
|=> Bart Nagel <bart@tremby.net>
|===> imgur Developer
|
|=> Erik Westrup <erik.westrup@gmail.com>
|====> GitHub: https://github.com/erikw
|
|=> Hiroshi Fukada <hiroshi@fukada.us>
|===> Stupid Simple S3 Uploader
|====> Github: https://github.com/hfukada
|
|=================================================================================|