soveran / homebrew-tools

Formulae for Homebrew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew formulae

$ brew tap soveran/tools

Available tools

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 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 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 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 is a fake SMTP server that streams to stdout all the incoming emails.

$ brew install mailcat

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

$ brew install map

Read from stdin and display only the lines containing an exact match of the passed text. The matching text is highlighted when stdout is a TTY.

$ brew install hi

About

Formulae for Homebrew


Languages

Language:Ruby 100.0%