summary refs log tree commit diff
path: root/bin/up.sh (follow)
Commit message (Collapse)AuthorAge
* Add -w to upJune McEnroe2022-07-26
|
* Run shotty after ptee in up -tJune McEnroe2021-10-20
| | | | | To avoid shotty warnings for unhandled sequences interfering with the screen.
* Add meta charset to up -t outputJune McEnroe2021-10-18
|
* Update root path in up.shJune McEnroe2021-09-25
|
* 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