aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update options for gms(1) use of try(1)Tom Ryder2016-08-081-1/+1
|
* Remove 'h' from getopts where not usedTom Ryder2016-08-082-2/+2
|
* Ignore SC2064 from shellcheckTom Ryder2016-08-083-0/+3
| | | | | | | | | We actually want the behaviour it thinks is erroneous. In bin/try line 39: trap "cleanup $sig" "$sig" ^-- SC2064: Use single quotes, otherwise this expands now rather than when signalled.
* Change try(1) to POSIX sh(1)Tom Ryder2016-08-081-74/+47
|
* Sort plenv modules listTom Ryder2016-08-081-2/+3
|
* Handle different .* expansion in cf(1), dub(1)Tom Ryder2016-08-052-3/+8
| | | | | | OpenBSD seems to omit . and .. from its .* expansion (which actually makes more sense to me), but Bash on Linux does not. This makes the "shift 2" test more explicit.
* Add missing code to tmpfile cleanup hooksTom Ryder2016-08-042-4/+12
|
* Have dub(1) handle unexpanded globsTom Ryder2016-08-041-1/+3
|
* Consistent input checking for ed(1) scriptsTom Ryder2016-08-042-2/+3
|
* Change clwr(1) to POSIX shTom Ryder2016-08-041-6/+14
|
* Make mktd(1) call in rndl(1) only if neededTom Ryder2016-08-041-7/+7
|
* Change igex(1) into POSIX sh, simplifyTom Ryder2016-08-041-79/+9
|
* Make d2u(1) and u2d(1) error out on no argsTom Ryder2016-08-042-0/+8
|
* Make d2u(1) and u2d(1) executableTom Ryder2016-08-042-0/+0
|
* Add d2u(1) and u2d(1)Tom Ryder2016-08-032-0/+19
|