aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove color/colour templating from tmux.confTom Ryder2017-06-154-17/+7
| | | | | | | | | | tmux 2.4 added support for globs, which makes all of this templating nastiness go away: <https://github.com/tmux/tmux/blob/master/CHANGES#L192> A user who wants custom settings (such as me on my work system) can just drop overrides into ~/.tmux.conf.d/something.conf and go home.
* Stop tmux status line from forking so muchTom Ryder2017-06-151-1/+1
| | | | | | I'd completely forgotten about this. Does away with the username, but I can live with that
* Make han(1df) exit, not returnTom Ryder2017-06-151-2/+2
|
* Clean up some exit statusesTom Ryder2017-06-153-4/+5
|
* Add missing `exit` call to igex(1df)Tom Ryder2017-06-151-0/+1
|
* Restore previous TMUX_BG/FG varsTom Ryder2017-06-152-5/+5
| | | | Bad decision
* Correct GTK3 rc pathTom Ryder2017-06-152-2/+2
|
* Keep articles for only 180 daysTom Ryder2017-06-141-4/+5
| | | | | Otherwise the Newsbeuter cache gets silly--if I really love an article that I think might disappear, I should save it
* Switch to using awk for line counting in dub(1df)Tom Ryder2017-06-141-2/+2
| | | | Seems a bit nicer, passing the variable in as data rather than code
* Refactor m4 macro namesTom Ryder2017-06-134-15/+19
| | | | mi5(1df) means I can simplify these quite a bit now
* Add comment to p(1df)Tom Ryder2017-06-121-1/+2
|
* Add fnp(1df)Tom Ryder2017-06-125-0/+51
|
* Cut down the installation instructions a bitTom Ryder2017-06-111-8/+2
| | | | | Nobody but me is ever gonna try using these on a SunOS derivative anyway, and if they did odds are pretty good they know how to suck eggs
* Force silence for Vim syntax enablingTom Ryder2017-06-101-2/+2
| | | | | Might just be a peculiarity of OpenIndiana's build, but it raises an error as it tries to load nonexistent syntax files otherwise
* Makefile refactorTom Ryder2017-06-101-19/+21
| | | | | | Tried using the POSIX make on OpenIndiana and it got confused by the implicit dependencies, being a little more explicit seems to have coaxed it into working.
* Unset command_not_found_handle in Bash startupTom Ryder2017-06-101-0/+3
|
* Refactor urlh(1df) awk a bitTom Ryder2017-06-101-6/+3
|
* Force integer for dub(1df) limitTom Ryder2017-06-101-1/+1
|
* Make dub(1df) smarter, add a caveatTom Ryder2017-06-102-15/+15
|
* Remove unneeded semicolonsTom Ryder2017-06-061-3/+3
|
* Formatting tweak for grec(1df)/gred(1df) man pagesTom Ryder2017-06-052-2/+4
|
* More tidying for mi5(1df)Tom Ryder2017-06-041-10/+12
|
* Remove unneeded FD IDTom Ryder2017-06-041-1/+1
|
* Playing a little more golfTom Ryder2017-06-041-4/+2
|
* Whoops, a couple more mi5(1df) man page fixesTom Ryder2017-06-041-4/+4
|
* Significant improvements to mi5(1df)Tom Ryder2017-06-043-40/+108
| | | | | | | | | | | | A clunkier and probably-slower but more accurate parser--won't stumble over quoted instances of the mi5(1df) delimiter within inline macro expansions. This removes one of the CAVEATS described in the manual page. Also allow specifying the quote and unquote strings and also the dnl string in m4, mostly for completeness' sake; the manual page warns against this as I think it's probably missing the point of mi5(1df) if you're getting to that point.
* Add missing parenTom Ryder2017-06-031-1/+1
|
* Add some sample tests for mi5(1df)Tom Ryder2017-06-032-0/+14
|
* Add some missing parenthesesTom Ryder2017-06-031-1/+1
|
* Add a periodTom Ryder2017-06-031-1/+1
|
* Remove a lieTom Ryder2017-06-031-2/+1
|
* Corrections around mi5(1df)/m4(1)Tom Ryder2017-06-031-3/+3
|
* Correct an error in READMETom Ryder2017-06-031-6/+4
|
* Add more explanation to READMETom Ryder2017-06-031-0/+4
|
* Correct typo in maybe(1df)Tom Ryder2017-06-031-1/+1
|
* Formatting/extra element for man edda(1df)Tom Ryder2017-06-031-1/+2
|
* Adjust formatting of man tl(1df)Tom Ryder2017-06-031-1/+2
|
* Add rep(1df)Tom Ryder2017-06-036-3/+47
|
* Use full length($0) rather than just lengthTom Ryder2017-06-032-2/+2
| | | | | 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
|
* Update submodulesTom Ryder2017-06-031-0/+0
|
* 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-022-14/+24
|
* Add another mi5(1df) caveatTom Ryder2017-06-021-1/+1
|
* Add an mi5(1df) caveatTom Ryder2017-06-021-0/+3
|
* Tidier implementation for mi5 shTom Ryder2017-06-021-9/+11
|
* Implemented an ideaTom Ryder2017-06-023-34/+56
| | | | Slightly cleverer parsing for mi5
* Correct mi5(1df) man page formattingTom Ryder2017-06-021-1/+2
|