summary refs log tree commit diff
path: root/bin/up.sh (follow)
Commit message (Collapse)AuthorAge
* Use command -v rather than typeJune McEnroe2021-08-25
| | | | | Some shells write to standard error from type when the command is not found. command -v is silent.
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
| | | | And clean up some other things.
* Just use pbcopy in upJune McEnroe2021-02-17
| | | | I have a generic pbcopy wrapper now.
* Use xsel in up and add it do install.shJune McEnroe2021-02-08
|
* Use scrot for up -s if no screencaptureJune McEnroe2021-02-07
| | | | Still missing putting the URL in an X selection.
* Use hilex for up -hJune McEnroe2021-01-12
|
* Don't use $ inside $(())June McEnroe2020-03-03
|
* Use getopts in shell scriptsJune McEnroe2020-03-03
| | | | WTF why did no one tell me about this?
* Capture standard error and allow failure in up -cJune McEnroe2020-01-24
|
* Remove shotty -c flag from upJune McEnroe2020-01-03
|
* Add up -tJune McEnroe2019-07-15
|
* Add up -cJune McEnroe2019-07-09
|
* Use setopt in upJune McEnroe2019-02-24
|
* Use hi -o anchor in upJune McEnroe2019-02-18
|
* Simplify temp trap in upJune McEnroe2019-02-17
|
* Avoid newline when copying URL to pasteboardJune McEnroe2019-02-14
|
* Unify *up scripts into one up.shJune McEnroe2019-02-12
23:23:59 -0500'>2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-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 These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe