summary refs log tree commit diff
path: root/home/.local/bin/notify-send
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
commitad7bd9b40a9db1445413f30e1b6a63be8497dfa2 (patch)
tree6d8c7c11deb942e2eb8d75550c970a3abe3215ba /home/.local/bin/notify-send
parentChange liberapay link name to donate (diff)
downloadsrc-ad7bd9b40a9db1445413f30e1b6a63be8497dfa2.tar.gz
src-ad7bd9b40a9db1445413f30e1b6a63be8497dfa2.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 'home/.local/bin/notify-send')
0 files changed, 0 insertions, 0 deletions
021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe