Homebrew formulae
$ brew tap soveran/toolsAvailable tools
clac
A command line, stack-based calculator with postfix notation that displays the stack contents at all times. As you type, the stack changes are reflected immediately.
$ brew install clacprep
Prep is a tool for prefixing blocks of text. It reads from stdin,
detects the indentation of the first line and proceeds to prepend
the passed prefix to each line. If the prefix argument is omited
it defaults to #. Lines containing only white space are preserved.
$ brew install preptrim
Trim is a tool for removing prefixes from blocks of text. It reads
from stdin and proceeds to remove the passed prefix from each line.
If the prefix argument is omited it defaults to #.
$ brew install trimchen
Chen lets you edit a list of directory entries with your default text editor. Any renamed lines will result in renamed file names.
$ brew install chenmailcat
Mailcat is a fake SMTP server that streams to stdout all the incoming emails.
$ brew install mailcatmap
Map lets you process each line from stdin with a command of your choice.
$ brew install map