Add bin/ to link other scripts and global README

This commit is contained in:
Matteo Cypriani 2013-04-10 16:27:14 -04:00
parent f9daf94e04
commit 8d61d1d685
15 changed files with 37 additions and 0 deletions

20
README Normal file
View File

@ -0,0 +1,20 @@
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 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"

1
bin/git-changelog Symbolic link
View File

@ -0,0 +1 @@
../git/git-changelog

1
bin/git-cherry-move Symbolic link
View File

@ -0,0 +1 @@
../git/git-cherry-move

1
bin/git-merge-ff-only Symbolic link
View File

@ -0,0 +1 @@
../git/git-merge-ff-only

1
bin/git-tag-update Symbolic link
View File

@ -0,0 +1 @@
../git/git-tag-update

1
bin/grep_dd_sigs Symbolic link
View File

@ -0,0 +1 @@
../debian/grep_dd_sigs

1
bin/latexd Symbolic link
View File

@ -0,0 +1 @@
../latex/latexd.sh

1
bin/lz Symbolic link
View File

@ -0,0 +1 @@
../compression_utils/lz.sh

1
bin/make_html2text Symbolic link
View File

@ -0,0 +1 @@
../make_html2text/make_html2text.sh

1
bin/metaflac-field2field Symbolic link
View File

@ -0,0 +1 @@
../metaflac-field2field/metaflac-field2field.sh

1
bin/mvparent Symbolic link
View File

@ -0,0 +1 @@
../file_utils/mvparent.sh

1
bin/unln Symbolic link
View File

@ -0,0 +1 @@
../file_utils/unln.py

1
bin/uz Symbolic link
View File

@ -0,0 +1 @@
../compression_utils/lz.sh

1
bin/xzize Symbolic link
View File

@ -0,0 +1 @@
../compression_utils/xzize.sh

View File

@ -17,6 +17,10 @@ instance /usr/local/bin) and hard link it to uz:
cp lz.sh /usr/local/bin/lz
ln /usr/local/bin/{lz,uz}
Alternatively, you can use directly the symbolic links provided along
with the repository by adding the "bin" directory to your PATH, as
explained in the main README file.
# xzize.sh #