A simple bash script which searches through all files in a given directory, lets you choose from the results, and opens the chosen file and line in $EDITOR.
vi, vim, nano and emacs all understand the '+line_number' notation.
TODO:
- getopts and a --help option
- find out whether I want to spend more time on this script than I already have, or just leave it as-is