aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Suppress stderr from command -v checksTom Ryder2016-08-183-3/+3
| | | | | Now I remember--old Bash prints failure messages to stderr for this call. That'll be why I was suppressing both streams initially.
* Arrange EDITOR/VISUAL in a more typical wayTom Ryder2016-08-182-4/+4
|
* Correct a null variable reference in edda(1)Tom Ryder2016-08-171-1/+1
|
* Be consistent with trailing punct in commentsTom Ryder2016-08-161-3/+3
|
* Swap td(1) for mktemp(1) in han(1)Tom Ryder2016-08-161-5/+7
|
* Quote variable in param expansion in eds(1)Tom Ryder2016-08-161-1/+1
|
* Swap td(1) for mktemp(1) in edda(1)Tom Ryder2016-08-161-5/+10
|
* Simplify help in edda(1) and eds(1)Tom Ryder2016-08-162-32/+9
|
* Remove crufty hash call from edda(1)Tom Ryder2016-08-161-5/+0
|
* Use regular BASH_VERSINFO checkTom Ryder2016-08-164-3/+10
|
* Remove some cruft from apf(1)Tom Ryder2016-08-161-15/+0
|
* Change stderr redirections for consistencyTom Ryder2016-08-162-3/+2
|
* Add a comment to the top of rfct(1)Tom Ryder2016-08-161-0/+1
|
* Move awk scripts into shb(1)Tom Ryder2016-08-163-3/+0
|
* Reverse .m4 translation for binscriptsTom Ryder2016-08-164-4/+64
| | | | Either this is overengineering, or I don't understand m4 well enough.
* Add self var to rndl(1)Tom Ryder2016-08-161-0/+1
|
* Template traps in scripts depending on mktd(1)Tom Ryder2016-08-164-59/+5
|
* Extend and comment sed(1) in urlmt(1)Tom Ryder2016-08-151-1/+7
|
* Correct order of tasks in xgo(1)Tom Ryder2016-08-151-3/+3
|
* Allow timeout argument to dmp(1)Tom Ryder2016-08-151-1/+4
|
* Ignore a shellcheck message in dmp(1)Tom Ryder2016-08-151-0/+1
| | | | | Interesting that I have to put this above the variable assignment rather than the specific line
* Exit from xgo(1) subshell, not continueTom Ryder2016-08-151-2/+2
|
* Strip some trailing whitespaceTom Ryder2016-08-151-1/+1
|
* Make xgoc(1) executableTom Ryder2016-08-141-0/+0
|
* Make YouTube pattern more specificTom Ryder2016-08-141-2/+2
|
* Put sed script onto one lineTom Ryder2016-08-141-4/+1
|
* Refactor br(1), brxs(1), add xgo(1) and xgoc(1)Tom Ryder2016-08-144-26/+37
| | | | Including updating keybindings
* Bail if dmp(1) subshell exitsTom Ryder2016-08-141-1/+1
|
* Add optional terminator to dmp(1)Tom Ryder2016-08-141-1/+1
|
* Add dmp(1)Tom Ryder2016-08-141-0/+28
|
* Stop feh(1) handling GIFsTom Ryder2016-08-141-0/+1
| | | | (Because it doesn't)
* Have urlh(1) convert line endingsTom Ryder2016-08-141-0/+3
|
* Add sd2u(1) and su2d(1)Tom Ryder2016-08-142-0/+4
|
* Add tentative enhancements to br(1)Tom Ryder2016-08-141-1/+22
|
* Add urlh(1) and urlmt(1)Tom Ryder2016-08-142-0/+30
|
* Add unf(1)Tom Ryder2016-08-141-0/+17
|
* Make brxs(1) executableTom Ryder2016-08-141-0/+0
|
* Add brxs(1)Tom Ryder2016-08-132-1/+4
|
* Add br(1)Tom Ryder2016-08-131-0/+3
|
* Add missing -v for `command` callTom Ryder2016-08-111-1/+1
|
* Improve commenting/exit handling in binscriptsTom Ryder2016-08-0928-30/+287
|
* Change jfcd(1) to POSIX shTom Ryder2016-08-091-6/+3
|
* Rename myb(1) back to maybe(1)Tom Ryder2016-08-091-1/+1
| | | | Changed my mind again
* Add motd(1)Tom Ryder2016-08-081-0/+5
|
* Add stex(1)Tom Ryder2016-08-081-0/+15
|
* Add rmrej(1)Tom Ryder2016-08-081-0/+3
|
* Remove unused self varTom Ryder2016-08-081-1/+0
|
* Make tests of tempdir var more explicitTom Ryder2016-08-084-4/+4
| | | | | I'm pretty sure I've seen at least one implementation of sh(1) upset about [ "$var" ] over [ -n "$var" ]
* Make gms(1) POSIX sh(1)Tom Ryder2016-08-081-17/+20
| | | | | | | Abandon use of flock(1) for the clunkier but POSIX-compatible lockdir system: <http://mywiki.wooledge.org/BashFAQ/045>
* Change urlc(1) to POSIX shTom Ryder2016-08-081-27/+46
|