aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Add rep(1df)Tom Ryder2017-06-031-0/+25
|
* Use full length($0) rather than just lengthTom Ryder2017-06-031-1/+1
| | | | | The latter is allowed by POSIX, but not historically accepted everywhere and the former being explicit is more readable anyway
* Nicer toggleTom Ryder2017-06-031-4/+2
|
* Check presence of delimiters correctlyTom Ryder2017-06-031-2/+1
|
* Remove misplaced shebangsTom Ryder2017-06-022-2/+0
|
* Remove regex operations on mi5(1df) delimsTom Ryder2017-06-021-4/+4
|
* Allow custom delimiters for mi5(1df)Tom Ryder2017-06-021-10/+16
|
* Implemented an ideaTom Ryder2017-06-021-18/+36
| | | | Slightly cleverer parsing for mi5
* Restore a cosmetic newlineTom Ryder2017-06-021-0/+1
|
* Remove lies from mi5Tom Ryder2017-06-021-3/+0
| | | | The second pass of the evaluator confounded me
* Use mi5 to make templated shell scriptsTom Ryder2017-06-0210-155/+58
|
* Add mi5(1df)Tom Ryder2017-06-021-0/+50
|
* Simplify some awkTom Ryder2017-06-021-7/+4
|
* Add p(1df)Tom Ryder2017-05-281-0/+1
|
* Tweak FS a bit for mw(1df)Tom Ryder2017-05-281-1/+1
|
* Add mw(1df)Tom Ryder2017-05-281-0/+10
|
* Add history filename squashing to rlwrap(1) callsTom Ryder2017-05-272-2/+2
|
* Make a caveat of swr(1df) clearerTom Ryder2017-05-261-1/+1
|
* Add trs(1df)Tom Ryder2017-05-241-0/+36
|
* Exit 2 with usage errors from gwp(1df)Tom Ryder2017-05-241-1/+1
|
* Change dam(1df) to a sed scriptTom Ryder2017-05-242-25/+8
|
* Add missing dashTom Ryder2017-05-241-1/+1
|
* Add dam(1df)Tom Ryder2017-05-241-0/+25
|
* Avoid awk(1) fork in pph(1df)Tom Ryder2017-05-221-2/+3
|
* Move exm(1df) test into EDITOR selectionTom Ryder2017-05-141-8/+5
| | | | | | Merely checking for vim(1) is a poor test; we specifically need to know if the ex(1) implementation is Vim, so test it while making the EDITOR decision.
* Add pst(1df), ped(1df), and pvi(1df)Tom Ryder2017-05-105-0/+36
|
* Clean up clog(1df) a bitTom Ryder2017-05-021-0/+9
|
* Add grec(1df) and gred(1df)Tom Ryder2017-04-282-0/+4
|
* Restore explicit iteration to csmw(1df)Tom Ryder2017-04-221-1/+1
| | | | Turns out the for...in construct doesn't specify an order in POSIX
* Streamline csmw(1df) a bitTom Ryder2017-04-221-5/+5
|
* Add some missing leading commentsTom Ryder2017-04-217-1/+6
|
* Add brief comment to top of quo.sedTom Ryder2017-04-211-0/+1
|
* Update ~/.cache path in bcq(1df)Tom Ryder2017-04-131-1/+1
|
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-0586-86/+0
|
* Use awk for "get first word"Tom Ryder2017-03-291-1/+1
| | | | A little clearer than the sed, if longer
* This version works on vim.tinyTom Ryder2017-03-241-2/+4
|
* Move redirect to correct processTom Ryder2017-03-241-1/+1
|
* Move stderr block to within substTom Ryder2017-03-241-1/+1
|
* Add a semicolon to appease old sed(1)Tom Ryder2017-03-241-1/+1
|
* Replace -c with --cmd in exm(1df)Tom Ryder2017-03-241-1/+1
| | | | This appears to do it, at least on Vim 8
* Better exm(1df) implementationTom Ryder2017-03-241-3/+4
|
* Add exm(1df) to work around Vim's screen-clearingTom Ryder2017-03-241-0/+10
|
* Change shb(1) to read stdin by defaultTom Ryder2017-03-241-7/+6
| | | | This is clearer.
* Appease ShellCheck on osc(1df)Tom Ryder2017-02-251-2/+3
|
* Add -servername spec to osc(1df)Tom Ryder2017-02-151-0/+2
|
* Add xmpp as a valid osc(1df) STARTTLS method (!)Tom Ryder2017-02-151-0/+3
| | | | Doesn't appear to be in the man page
* Add osc(1df)Tom Ryder2017-02-151-0/+86
|
* Add hms(1df)Tom Ryder2017-02-051-0/+31
|
* Correct missing id(1) optionTom Ryder2017-02-051-1/+1
|
* Add wro(1df)Tom Ryder2017-02-041-0/+31
|