Formulae for Homebrew
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
chen.rb
clac.rb
mailcat.rb
map.rb
prep.rb
trim.rb

README.md

Homebrew formulae

$ brew tap soveran/tools

Available 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 clac

prep

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 prep

trim

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 trim

chen

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 chen

mailcat

Mailcat is a fake SMTP server that streams to stdout all the incoming emails.

$ brew install mailcat

map

Map lets you process each line from stdin with a command of your choice.

$ brew install map