From 44b3d5200a06194cc3ca888e8608707309e6491a Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 14 Apr 2012 10:49:14 +0100 Subject: [PATCH] Add documentation for utility --- modules/utility/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/utility/README.md diff --git a/modules/utility/README.md b/modules/utility/README.md new file mode 100644 index 00000000..f6631b6c --- /dev/null +++ b/modules/utility/README.md @@ -0,0 +1,28 @@ +Utility +======= +Defines additional utilities functions. + +Functions +--------- + + - `mkdcd`, Makes a directory and changes to it. + - `cdll`, Changes to a directory and lists its contents. + - `pushdll`, Pushes an entry onto the directory stack and lists its contents. + - `popdll`, Pops an entry off the directory stack and lists its contents. + - `slit`, Prints columns 1 2 3 ... n. + - `find-exec`, Finds files and executes a command on them. + +Aliases +------- + + - `http-serve`, Serves a directory via HTTP. + - `pmine`, Displays user owned processes status. + +Authors +------- +*The authors of this module should be contacted via the github bug tracker.* + + - [Robby Russell](/robbyrussell) + - [Suraj N. Kurapati](/sunaku) + - [Sorin Ionescu](/sorin-ionescu) + - [Colin Hebert](/ColinHebert)