small doc update
[small-misc-bash] / README
1 Utility bash programs
2
3 attribute-cp Copy owner & perms from 1 file to others
4 dircp Copy a directory structure
5 directory-browser better cd with forward, backward, and history
6 extract-all Extract many types of files
7 gitget Idempotent git clone/pull
8 hostmac Get a host's mac address
9 isdiff Test if FILE1 and FILE2 have the same contents
10 ls-enhanced ls -lA with enhanced output
11 psgrep grep ps and output in a nice format
12 rmln wrap rm, expanding symlink arguments
13 wpm-game Typing speed game
14
15 The main documentation is availiable via --help and near the top of the
16 script files next to this file. Each file is completely self contained,
17 and generally unrelated except they are small so it's convenient to put
18 them in the same repo.
19
20 Files with -function are meant to be sourced and used as a function. The
21 other script file can be stripped of the last line and used as a
22 function instead of a script.
23
24 Please email me if you have a patches (patch file or git repo are fine),
25 bugs, feedback, or republish this somewhere else: Ian Kelling
26 <ian@iankelling.org>.
27
28 There are no known bugs. Any bugs will be added to the individual
29 documentation of each file.