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