summary refs log tree commit diff
path: root/bin/man1/mtags.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-08-25 17:34:45 -0400
committerJune McEnroe <june@causal.agency>2021-08-25 17:34:45 -0400
commit08caa0a0b3da4d1dd33039ac59fb541497661671 (patch)
treedba85ab517672a0d5390a93f0ccccc30e89c21e2 /bin/man1/mtags.1
parentChange liberapay link name to donate (diff)
downloadsrc-08caa0a0b3da4d1dd33039ac59fb541497661671.tar.gz
src-08caa0a0b3da4d1dd33039ac59fb541497661671.zip
Use command -v rather than type
Some shells write to standard error from type when the command is
not found. command -v is silent.
Diffstat (limited to 'bin/man1/mtags.1')
0 files changed, 0 insertions, 0 deletions
td>2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe