Commit Graph

89 Commits

Author SHA1 Message Date
c78bb6d592 Fix boolean conditional branching 2020-01-17 20:42:18 -08:00
3e9969de76 Add message for --search-pattern and no pager
I should probably find a more elegant way to split
an error message across multiple lines in the future.
2020-01-17 20:39:32 -08:00
63a9929592 Merge branch 'master' into search-pattern 2020-01-17 20:30:43 -08:00
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
0fa396fbcb Add pager_name function to pager.sh 2020-01-17 17:06:00 -08:00
c80d107d1c Disabled pager test due to inconsistencies 2020-01-17 16:56:18 -08:00
67f1ff9c0e Add support for fixed strings and --less-search-pattern
Previously, if you tried to use the `-F`/`--fixed strings` option for ripgrep in
combination with the `--less-search-pattern` option, `less` would either a)
match a different pattern than intended, since it would be interpreted as a
regular expression, or b) refuse to start if it detected an invalid pattern.

This change keeps track of whether or not the `--fixed-strings` option was
passed in. If both it and the `--less-search-pattern` was passed in, a `^R`
(Control-R) control character is prepended to the search pattern. This instructs
less to *not* treat the pattern as a regular expression.
2020-01-17 11:05:06 -05:00
cf7b33443a Add --less-search-pattern option to tell less to search for pattern
The `less` pager can search for a pattern. In addition, you can instruct it to
search for a given pattern on startup by passing in the `-p` flag followed by
the pattern to search for. Since the `batgrep` command is searching for a
pattern and invoking the pager, it has the opportunity to take advantage of this
functionality.

This patch adds a `-p` flag to `batgrep` which, in turn, passes `-p $PATTERN` to
the pager invoked. This may be specific to `less`, which is
unfortunate. However, it doesn't seem like there would be a convenient way to
make this more general. In addition, most pagers forward the actual paging to
`less` anyways.

To clarify that the behavior is specific to `less`, the long name is
`--less-search-pattern`.
2020-01-17 10:25:38 -05:00
eca97339e0 Fix inconsistencies in tests between tty and script 2019-12-25 00:17:01 -08:00
98e2077fe2 Fix lib.pager test breaking on CI 2019-12-23 18:06:27 -08:00
b98e241fca Update CI environment to have script command 2019-12-23 17:49:34 -08:00
08acea3bf4 Add test for pager lib 2019-12-23 17:45:58 -08:00
285ac66303 Fix missing pager arguments in batman.sh 2019-12-23 17:08:32 -08:00
18bf6e2c5c Add argument forwarding from batgrep to ripgrep 2019-12-23 16:58:58 -08:00
f17681b8b8 Update batgrep documentation 2019-12-23 16:50:56 -08:00
a3483a658a Add support for '--smart-case' to batgrep 2019-12-23 16:49:31 -08:00
e967497387 Update batman.sh to use the pager.sh library script 2019-12-23 16:39:33 -08:00
7cabaa620d Fix batman.sh incorrectly disabling the pager 2019-12-23 16:20:28 -08:00
8339354189 Update build.sh to fix output messages 2019-10-27 00:14:55 -07:00
f740dc86d2 Update docs for batwatch 2019-10-25 13:54:45 -07:00
767cfb59b0 Update batwatch to use print_error function 2019-10-25 13:52:44 -07:00
80a07980aa Add "poll" watcher to batwatch 2019-10-25 13:50:10 -07:00
a0fcb97ff9 Disable batman tests because man will not read local files 2019-10-22 16:06:44 -07:00
14b69a893d Add new tests for batman 2019-10-22 15:42:34 -07:00
df14cfc8b1 Add way to see test snapshot output 2019-10-22 15:42:06 -07:00
d9e34e2d5f Add color option to batman 2019-10-22 15:35:10 -07:00
fa8a3bb850 Improve tests 2019-10-22 15:21:12 -07:00
763d34d9c9 Fix LIB variable 2019-10-22 15:04:34 -07:00
c2b4d2fe9a Add CI test to see if symlinks work 2019-10-22 15:00:35 -07:00
0aeabe9bdf Fix broken build when missing shfmt 2019-10-22 10:51:56 -07:00
358632ed9d Add experimental compression 2019-10-11 13:03:47 -07:00
2a8de58809 Add unimplemented extra minification 2019-10-11 12:30:06 -07:00
93843cd067 Fix missing file name in batwatch 2019-10-11 12:18:43 -07:00
0621d14951 Add ClangFormat to prettybat 2019-09-26 18:02:21 -07:00
24313f8281 Fix broken error message in batwatch 2019-09-26 16:10:42 -07:00
d7cd12ed4f Add batwatch documentation 2019-09-26 16:09:19 -07:00
33ebf07bbd Update batwatch to show errors outside the pager 2019-09-26 16:08:44 -07:00
a63609e173 Add build status to README 2019-09-26 16:00:02 -07:00
3e399294e2 Change tests to not show failure reasons in build script 2019-09-26 15:57:17 -07:00
8adaae9f2c Remove auto-verification tests in CI builds 2019-09-26 15:50:58 -07:00
efbf911f82 Add verification to build script 2019-09-26 15:49:36 -07:00
7e4d8257fd Fix build for files that try to source opt_hooks 2019-09-26 15:42:52 -07:00
e9f2b244a8 Add batwatch to readme 2019-09-26 15:40:11 -07:00
0309ceb054 Fix inline docs for version.sh lib 2019-09-26 15:37:11 -07:00
e02d0666f3 Add batwatch script 2019-09-26 15:36:38 -07:00
a472f1c651 Refactor common messages into functions 2019-09-25 15:59:54 -07:00
12bf16b199 Add more preprocessing variable replacements 2019-09-25 14:48:52 -07:00
9c10ef4871 Refactor common options into opt hooks 2019-09-25 14:48:21 -07:00
d776b7acbc Misc fixes for code formatting/style 2019-09-25 13:20:36 -07:00
e15b9d439a Update tests for lib/opt.sh 2019-09-25 13:19:51 -07:00