Various scripts in various languages.
Go to file
Matteo Cypriani fcdd7dc02c Add TODOs 2017-09-22 16:45:16 -04:00
backup Add TODOs 2017-09-22 16:45:16 -04:00
bin [multimedia] Add apply-exif-orientation.sh 2016-01-22 15:19:18 +01:00
cluster Add TODOs 2017-09-22 16:45:16 -04:00
compression_utils Add TODOs 2017-09-22 16:45:16 -04:00
debian [debian] grep_dd_sigs: add usage message 2013-04-10 16:32:46 -04:00
email_account [email_account] Adapt to new mail config on adagio 2013-02-10 19:03:56 +01:00
file_utils [file_utils] mvparent: don't overwrite files 2016-01-22 14:53:52 +01:00
git Improve READMEs 2017-09-22 16:44:57 -04:00
latex Rename a bunch of scripts 2013-04-10 16:32:45 -04:00
make_html2text Add make_html2text 2010-01-17 17:56:13 +01:00
multimedia [multimedia] README: note about lowercase FLAC fields 2016-10-13 12:47:32 -04:00
ssl_mgmt [ssl_mgmt] Set ownership and rights of keycert 2014-11-04 23:02:27 +00:00
wifi Add TODOs 2017-09-22 16:45:16 -04:00
.gitignore lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00
Expat Add Expat license 2011-08-06 00:39:31 +02:00
GPL-3 lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00
README.md Convert README to Markdown (README.md) 2016-11-01 16:34:23 -04:00
WTFPL-2 lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00

README.md

This repository provides a bunch of scripts that may or may not be of interest for you. All are free software, but we use various licenses; the license and copyright information of a script are given in the file's header.

The scripts are categorised into directories, and each directory contains a README file with description and usage of each script it contains.

For your convenience, the bin/ directory is maintained with symbolic links pointing to the scripts in the other directories, so that you can add it to your PATH and use the scripts easily. The file extensions (.sh, .pl, .py, etc.) are stripped. Only relevant scripts are linked, i.e. those that do not need to be customised in order to be usable, and that are not very specialised system administration scripts.

To use the bin/ directory, add something like that in your .bashrc, .zshrc or whatever file the shell you're using will source:

PATH="$HOME/path/to/scripts/bin:$PATH"