aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Rename .markdown files to .mdTom Ryder2017-10-281-603/+0
|
* Break pks(6df) and philsay(6df) in twoTom Ryder2017-07-021-0/+1
| | | | | Looks like awk(1) implementations vary in how they interpret option arguments.
* First attempt at pks(6df)Tom Ryder2017-07-011-0/+1
| | | | I've got a better idea, though
* Solve Pandoc issue by not building page at allTom Ryder2017-07-011-7/+3
|
* Remove README mention of env() functionTom Ryder2017-06-301-2/+0
| | | | Removed in 7859b83
* Add oii(1df)Tom Ryder2017-06-291-0/+1
|
* Remove user@ prefix from promptTom Ryder2017-06-191-8/+8
|
* Remove color/colour templating from tmux.confTom Ryder2017-06-151-4/+0
| | | | | | | | | | 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.
* Add fnp(1df)Tom Ryder2017-06-121-0/+2
|
* 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
* 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
|
* Add rep(1df)Tom Ryder2017-06-031-0/+1
|
* Add mi5(1df)Tom Ryder2017-06-021-0/+2
|
* Add p(1df)Tom Ryder2017-05-281-0/+2
|
* Add mw(1df)Tom Ryder2017-05-281-0/+2
|
* Remove ad()Tom Ryder2017-05-261-2/+0
| | | | It has no real advantages over and isn't as clever as just cd /a*/b*/c*
* Add trs(1df)Tom Ryder2017-05-241-0/+1
|
* Add dam(1df)Tom Ryder2017-05-241-0/+1
|
* Remove Yash supportTom Ryder2017-05-241-6/+1
| | | | I never use it
* Remove mysql() functionTom Ryder2017-05-231-3/+0
| | | | Clumsy interaction too close to default behaviour anyway
* Explicitly mention ksh93Tom Ryder2017-05-231-1/+1
|
* Correct mftl.awk invocationTom Ryder2017-05-231-1/+1
|
* Add pst(1df), ped(1df), and pvi(1df)Tom Ryder2017-05-101-0/+5
|
* Remove apology note for breaking linksTom Ryder2017-05-021-9/+0
| | | | It's been long enough now
* Update square typeTom Ryder2017-05-021-1/+1
|
* Fix a misplaced lineTom Ryder2017-05-021-3/+2
|
* Fix inaccurate comment in READMETom Ryder2017-05-021-1/+2
|
* Add squ(6df)Tom Ryder2017-05-011-0/+1
|
* Update documentation URLsTom Ryder2017-04-281-6/+6
| | | | A few of them have gone HTTPS since the last check
* Add grec(1df) and gred(1df)Tom Ryder2017-04-281-0/+2
|
* Add FreeBSD foundation to suggested donationsTom Ryder2017-04-071-0/+1
|
* Make instructions login shell agnosticTom Ryder2017-04-071-1/+1
|
* Install shell types conditionally on $SHELLTom Ryder2017-04-071-2/+4
|
* Add some more comments to READMETom Ryder2017-04-071-5/+10
|
* Fix a README errorTom Ryder2017-04-061-1/+0
|
* Fix a README errorTom Ryder2017-04-061-1/+1
|
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-1/+4
|
* Add lgt()Tom Ryder2017-03-291-0/+1
|
* Add gt() (go to)Tom Ryder2017-03-291-1/+2
|
* Add exm(1df) to work around Vim's screen-clearingTom Ryder2017-03-241-0/+1
|
* Use env vars not shell funcs for vim checkTom Ryder2017-03-091-2/+0
| | | | | | Set EDITOR and VISUAL appropriately based on what's on the system. We can't assume ed(1) unfortunately, but ex(1) should be there.
* More accurate description of default targetTom Ryder2017-03-081-4/+17
|
* Add basic ex/vi settingsTom Ryder2017-02-251-3/+3
| | | | These are POSIX
* Remove a lie from the READMETom Ryder2017-02-241-3/+3
| | | | The `install-terminfo` target is not part of the default `install`
* Remove git(1) as install dependencyTom Ryder2017-02-241-2/+1
| | | | *Technically* not required
* Remove a dependency on non-POSIX install(1)Tom Ryder2017-02-241-2/+2
| | | | Pretty easy to adapt mkdir(1) and cp(1) appropriately anyway