aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix a comment typoTom Ryder2017-01-231-1/+1
|
* Use explicit { print } rather than implicit 1Tom Ryder2017-01-232-2/+2
|
* Swap pph(1df) sed(1) subst for awk(1) concatTom Ryder2017-01-231-2/+2
| | | | | Technically safer; regex metacharacters in the hostname (!) would break the sed.
* Change htref(1df) into proper source formatTom Ryder2017-01-231-1/+0
|
* Add htref(1df)Tom Ryder2017-01-211-0/+3
|
* Remove executable bit from source scriptTom Ryder2017-01-161-0/+0
|
* Restore xrbg(1df)Tom Ryder2017-01-151-0/+4
| | | | | | | | | I switched to an xrandr(1)-based layout and feh(1)'s --randomize option applies a random background to each screen. I can't see a way of applying the same background to each screen, but xrbg(1df) does it, so I've restored it here. This reverts commit 1a0ac5be601f00e828dba181a7c90c2b29735b77.
* Remove redundant `continue`Tom Ryder2017-01-121-1/+0
|
* Add xrq(1df)Tom Ryder2017-01-111-0/+28
|
* Move tmux() function to tm(1df)Tom Ryder2017-01-101-0/+18
| | | | No real reason for it to be a shell function
* Add safety left paren for subshell caseTom Ryder2017-01-101-11/+11
|
* Update rfcf(1df) and rfcr(1df) idiomsTom Ryder2017-01-072-8/+10
|
* Escape ! in jfp(1df) regex for clarityTom Ryder2017-01-061-1/+1
|
* Simplify pp(1df)Tom Ryder2017-01-061-9/+4
|
* Add pp(1df) and pph(1df)Tom Ryder2017-01-062-0/+19
|
* Add jfp(1df)Tom Ryder2017-01-061-0/+4
|
* Fix some misdirectionsTom Ryder2017-01-063-3/+3
|
* Replace subshell in sshi(1df) with compound cmdTom Ryder2017-01-061-4/+4
| | | | | It doesn't need to be a subshell and probably already is one in all non-ksh shells
* Add nlbr(1df) and brnl(1df)Tom Ryder2017-01-062-0/+4
|
* More idiomatic approach to rfct(1df)Tom Ryder2017-01-051-4/+12
| | | | Got rid of the literal ^L, too
* I didn't know about :cntrl:Tom Ryder2017-01-051-1/+1
|
* Use more portable awk stderr writeTom Ryder2017-01-053-3/+3
| | | | The fork is a bit ugly, but it's only for printing a single error.
* Slightly more idiomatic awkTom Ryder2017-01-051-2/+2
|
* Adopt much simpler approach for onl(1df)Tom Ryder2017-01-051-20/+7
|
* Add onl(1df)Tom Ryder2017-01-051-0/+28
|
* Add htenc(1df) and htdec(1df)Tom Ryder2017-01-052-0/+8
|
* Have loc(1df) skip symbolic linksTom Ryder2017-01-041-2/+3
|
* Add rlwrap(1) to clog(1df)Tom Ryder2017-01-031-1/+4
|
* Add bcq(1df), tiny shut-up bc(1) wrapper for X11Tom Ryder2017-01-031-0/+4
|
* Add comments to loc(1df)Tom Ryder2017-01-021-0/+8
|
* Change 0x0c in rfct(1df) regex to literal ^LTom Ryder2017-01-021-2/+2
|
* Get 16-char passwords from pwg(1df)Tom Ryder2017-01-021-1/+1
|
* Add swr(1df)Tom Ryder2017-01-021-0/+65
|
* Add max(1df) and min(1df)Tom Ryder2016-12-272-0/+20
|
* Switch to using ix.io pastebinTom Ryder2016-12-262-4/+4
|
* Add comment to vest(1df)Tom Ryder2016-12-221-0/+1
|
* Enforce args for vest(1df) and vex(1df)Tom Ryder2016-12-222-0/+8
|
* Add vex(1df) and vest(1df)Tom Ryder2016-12-222-0/+12
|
* Fix printf argument mismatch bugsTom Ryder2016-12-211-1/+1
| | | | What did we do before ShellCheck?
* Move pwgen() wrapper into pwg(1df)Tom Ryder2016-12-191-0/+7
|
* Resolve an issue with find(1) compatibilityTom Ryder2016-12-172-45/+21
|
* Remove xrbg(1)Tom Ryder2016-12-151-4/+0
| | | | Overkill given feh(1) has a --randomize
* Stylistic tweaks to awk scriptsTom Ryder2016-12-117-35/+14
|
* Remove superfluous calls to next in sec(1df)Tom Ryder2016-12-111-3/+0
|
* Condense conditions for rfct(1df)Tom Ryder2016-12-111-8/+3
|
* Explicitly set flag value in mftl(1df)Tom Ryder2016-12-111-1/+1
| | | | Rather than relying on what I suspect is not strictly defined behaviour
* Abuse FS in sec(1df) for clever zero-strippingTom Ryder2016-12-111-10/+2
|
* Have sec(1df) notice too many fieldsTom Ryder2016-12-111-2/+3
|
* Condense slsf(1df) conditions a bitTom Ryder2016-12-111-2/+1
|
* Replace misplaced shebang line with commentTom Ryder2016-12-111-1/+1
|