BASH-scripts
Some more or less useless scripts. Nothing to see here, move along.
| autoe |
autoe is the script I use to maintain my E17 Debian repository. It aids me by doing repetitive steps without me attending the command line. Through menus it lets me choose the next step to do and offeres management of the build queue (add, remove, exchange items), automatically detects which packages need to be rebuild and replaces date stamps if needed. It's configurable by editing some variables at the head of the script.
|
| mklst |
mklst is a dirty script which generates a playlist for mp3blaster. It recursively scans through the directory given as a parameter and adds each folder and its contents to a playlist. It's pretty slow and ugly and only served as a platform for experiments for me. Nevertheless, it works. If someone can use, he/she will surely have a reason.
|
| gkraise |
gkraise raises gkrellm, e.g if it get's lost underneath other windows. It only works with enlightenment as it uses eesh. It can be be bound to any key (for example the logo-key) using e16keyedit. Calling the script repeatedly toggles between 'raise' and 'lower'.
It came in handy on systems with limited display resolution. Of course, use is not limited to gkrellm only.
|
| fehvourite |
fehvourite enhances the feh image viewer for usability as a viewer being envoked by a file-browser - in my case the ROX-Filer. It acts as a wrapper building a sorted list of files of the target directory. To achieve that it first adds all files which alphabetically follow the target file and then appends the remaining files after the wrap-around to the beginning of the alphabet.
As a result feh can scroll through all the files in slide mode. A feature that usually requires a fat viewer like gqview or gthumb.
|
|