Commit Graph

15 Commits

Author SHA1 Message Date
Ethan P.
5011f0709e
batgrep: Add support for ripgrep-all
To use `ripgrep-all`, add the `--rga` flag when running batgrep.
2024-02-12 01:18:11 -08:00
Konstantin Mikhailov
8ad00bd978 batgrep: add flag to disable separators between files 2021-08-29 13:49:25 -07:00
Ethan P
5fc43a2d8c
docs: Convert usage section into code block to work around mdroff 2020-10-04 11:51:02 -07:00
Ethan P
85c4cfbfe8
doc: Clean up command documentation 2020-05-15 20:53:59 -07:00
Ethan P
fb9730001f
docs: Change markdown that may be parsed incorrectly 2020-05-02 01:32:00 -07:00
Ethan P
91860968f0 docs: Update docs for batgrep 2020-04-27 18:51:36 -07:00
Ethan P
9ec0d1797c
Update documentation to be more clear and descriptive 2020-04-06 11:42:45 -07:00
Ethan P
d7949c4bf3
Change --less-search-pattern to --search-pattern in docs 2020-01-17 20:44:58 -08:00
Harrison McCullough
0cda564175 Make changes according to feedback
Most of these are simple changes. I added an `is_pager_less` and a `get_pager`
function to `pager.sh`. In order for this function to be available for use
inside `pager.sh`, I had to define the functions before setting defaults.

The `is_pager_less` function is then used for the `--search-pattern` to see if
the `$SCRIPT_PAGER` supports the `--search-pattern` flag. Right now, the only
supported pager is `less`.
2020-01-17 23:09:59 -05:00
Ethan P
f17681b8b8
Update batgrep documentation 2019-12-23 16:50:56 -08:00
Ethan P
a1cf0eca18
Update documentation for batgrep 2019-09-24 12:11:54 -07:00
Ethan P
c8e22890fe
Update batgrep to disabled highlights when -C=0 2019-09-18 21:12:23 -07:00
Ethan P
daa54ba4cf
Update batgrep to allow snip to be disabled 2019-09-18 14:20:04 -07:00
Ethan P
7537354fdf
Update documentation to add install instructions for each script 2019-09-18 14:15:45 -07:00
Ethan P
248d7077f4
Initial commit. 2019-06-19 14:15:10 -07:00