Ever forget the sed one-liner to remove double newlines? Or the parameters to create an SSH tunnel? Bex is a very simple tool to remember your favorite commands and the command line switches you like to call them with. It comes with a small set of sane defaults and the rest is up to you. Enjoy ;)
Create a symbolic link to bex
in some folder in your $PATH
:
ln -s $(pwd)/bex /usr/local/bin/bex
Lookup a command:
bex command
Edit/create the bex file for command:
bex -e command
List all bexs:
bex -l
bex -h
You can set your favorite editor in the top part of bex
. Just change the EDITOR variable.