grox 0.9.3

Command-line tool that searches for regex matches in a file tree.
Documentation
0.9.3:
    - Fixed character boundary violation.

0.9.2:
    - Ignoring excluded directories when they don't exist.

0.9.1:
    - Fixed paths in subdirectories being made absolute.

0.9.0:
    - Added support for more editors.
    - Default editor is now less.
    - Added the excluded directories to the history file.
    - Excluded directories are now either absolute or relative to the starting directory.

0.8.1:
    - Fixed reported version number.

0.8.0:
    - Added directory exclusion.

0.7.0:
    - Depth of 0 now searches only the starting directory.
    - Fixed leaked file handle.

0.6.0:
    - Can get multiple matches per line.

0.5.0:
    - Added VSCode support.

0.4.1:
    - Fixed panic that would occur when writing to a non-terminal stdout that closed early.
    - Improved the detection of vim/vi as the editor.
    - No longer saving history when writing to a non-terminal stdout.

0.4.0:
    - Changed the match enumeration to 0-up.

0.3.0:
    - Added the use of a history file.

0.2.0:
    - Added the -f option.

0.1.1:
    - Fixed the -e option.