aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rephrase uts(1df) as pure AwkTom Ryder2016-12-092-4/+6
|
* Add clog(1df)Tom Ryder2016-12-091-0/+7
|
* Break long line in loc(1df)Tom Ryder2016-12-091-1/+3
|
* Refine loc(1df) a bitTom Ryder2016-12-091-1/+1
|
* Add chc(1df)Tom Ryder2016-12-091-0/+31
|
* Add uts(1df)Tom Ryder2016-12-091-0/+4
|
* Add sec(1df)Tom Ryder2016-12-071-0/+42
| | | | Might extend this later to do stuff like 1w3d2m0s
* loc(1df) errors to stderr, exitTom Ryder2016-12-071-1/+2
|
* Add loc(1df)Tom Ryder2016-12-071-0/+7
|
* Tweak FS for gwp(1df)Tom Ryder2016-12-051-2/+2
|
* Use explicit range for alphanumeric charactersTom Ryder2016-12-051-1/+1
| | | | | | | | | This accommodates mawk 1.2, which doesn't implement the character ranges, even though POSIX tells it to. I remember geirha mentioning in #bash that mawk is broken. *sigh*
* Remove shebang from source awk fileTom Ryder2016-12-051-1/+0
| | | | Causes doubleup in compiled file
* Drop unneeded quotesTom Ryder2016-12-051-1/+1
|
* Add gwp(1)Tom Ryder2016-12-041-0/+57
|
* Rewrite unf(1df) in awkTom Ryder2016-12-032-17/+34
| | | | | Also update manual page references to it, and improve it by making it ignore body content
* Convert sd2u and su2d to awkTom Ryder2016-12-032-2/+4
|
* Have finc(1df) dir default to explicit "."Tom Ryder2016-12-031-1/+1
|
* Wrap fnl(1df) command so out files always openedTom Ryder2016-12-031-1/+1
|
* Escape slash in mftl(1df) to soothe NetBSD awk(1)Tom Ryder2016-12-031-1/+1
| | | | | | | /usr/bin/awk: nonterminated character class ^[a-zA-Z0-9][a-zA-Z0 source line number 31 source file /sdf/udd/t/tejr/.local/bin/mftl context is if ($i ~ >>> /^[a-zA-Z0-9][a-zA-Z0-9./ <<<
* Color compatibility fixes for tlcs(1df)Tom Ryder2016-12-021-2/+3
| | | | NetBSD sh(1) doesn't like unassigned variables in arithmetic expressions
* Remove -p from shb(1df) command searchTom Ryder2016-12-011-1/+1
| | | | NetBSD doesn't allow -p and -v to be used in the same call.
* Add csmw(1df)Tom Ryder2016-12-011-0/+14
|
* Centralize cf(1df)/cfr(1df)Tom Ryder2016-11-252-6/+39
| | | | | They are almost exactly the same script now; there might be a better way to do this
* Less clumsy method of countingTom Ryder2016-11-251-5/+1
|
* Correct order of assignments in sqs(1df)Tom Ryder2016-11-251-2/+2
|
* Handle find(1) path metacharsTom Ryder2016-11-251-1/+5
|