aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move tests and lints into their own scriptsTom Ryder2016-08-0211-47/+68
| | | | | Much nicer than having them embedded in the Makefile. Might do this for some of the more complex install targets too. Or maybe all of them ...
* Get rid of a lot of comment boilerplateTom Ryder2016-08-0213-165/+13
| | | | This is all stuff that should be or is in the manpages
* Separate flag from line test in slsf(1)Tom Ryder2016-08-021-1/+2
|
* Add options terminator to sed(1) call in rndl(1)Tom Ryder2016-08-021-1/+1
|
* Make clwr(1) executableTom Ryder2016-08-021-0/+0
|
* Add missing expansion to clwr(1)Tom Ryder2016-08-021-1/+1
|
* Move clrd()/clwr() to scriptsTom Ryder2016-08-027-15/+61
| | | | | clrd(1) is POSIX sh, but clwr(1) ideally needs Readline, so I've left it as #!/bin/bash for now.
* Strip trailing newline from clrd()Tom Ryder2016-08-021-1/+0
|
* Add clrd()Tom Ryder2016-08-022-0/+7
|
* Add mention of existing clwr() functionTom Ryder2016-08-021-0/+1
|
* Change apf() to a shell scriptTom Ryder2016-08-024-100/+111
|
* Make bel(1) executableTom Ryder2016-08-021-0/+0
|
* Add an issue with cumbersome MakefileTom Ryder2016-08-011-0/+2
|
* Rename bell(1) to bel(1)Tom Ryder2016-08-013-5/+5
|
* Change bell() to a POSIX sh scriptTom Ryder2016-08-014-4/+15
|
* Trim ax(1) down a bitTom Ryder2016-08-011-19/+4
|
* Have dub(1) include dotfilesTom Ryder2016-08-011-3/+6
|
* Remove unneeded exec callsTom Ryder2016-08-017-7/+7
|
* Add some manpage referencesTom Ryder2016-08-012-2/+2
|
* Add joke to jfc(1) man pageTom Ryder2016-08-011-0/+2
|
* Allow arguments for jfc(1)Tom Ryder2016-08-012-0/+4
|
* Make jfc(1) into a POSIX sh scriptTom Ryder2016-08-011-24/+6
|
* Add grc(1)Tom Ryder2016-08-013-0/+29
|
* Mention isgr(1) in fgscr(1) and gscr(1) man pagesTom Ryder2016-08-012-2/+2
|
* Quote vars correctly within expansions in td(1)Tom Ryder2016-08-011-3/+3
|
* Remove unused variable in td(1)Tom Ryder2016-08-011-2/+1
|
* Add missing newline to td(1) errorTom Ryder2016-08-011-1/+1
|
* Change td(1) into POSIX sh scriptTom Ryder2016-08-011-30/+12
|
* Have td(1) use isgr(1)Tom Ryder2016-08-011-8/+2
| | | | | Needs to test for its existence first, otherwise it'll create a repository for no reason
* Add isgr(1)Tom Ryder2016-08-013-0/+28
|
* Add rndl(1)Tom Ryder2016-08-016-4/+33
|
* Change coffee joke to FSF/SPI/OBSD donate requestTom Ryder2016-08-011-2/+6
|
* Add an issueTom Ryder2016-08-011-0/+3
|
* More man page correctionsTom Ryder2016-08-011-5/+4
|
* Update dependencies description for xrbg(1)Tom Ryder2016-08-011-2/+2
|
* Cut hurl(1) down a lotTom Ryder2016-08-011-18/+0
| | | | | Including removing the locale bullying; I think we'll just have to accept it
* Spruce up/correct rndi(1) manual a bitTom Ryder2016-08-011-4/+7
|
* Add missing arg expansion to rndf(1)Tom Ryder2016-08-011-1/+1
|
* Add rnd?(1) to READMETom Ryder2016-08-011-0/+4
|
* Fix error in rndi(1) man pageTom Ryder2016-08-011-2/+1
|
* Add references to rnd?(1) to rndn(6) manTom Ryder2016-08-011-0/+2
|
* Add references to rnd?(1) man pagesTom Ryder2016-08-013-2/+4
|
* Change rndf(1) to use rnda(1)Tom Ryder2016-08-012-5/+3
|
* Add rnda(1)Tom Ryder2016-08-012-0/+25
|
* Change feh(1) call in xrbg(1) to be an execTom Ryder2016-08-011-1/+1
|
* Change xrbg(1) to use rndf(1)Tom Ryder2016-08-011-9/+3
|
* Add rndf(1)Tom Ryder2016-08-012-0/+30
|
* Change xrbg(1) to be POSIX shTom Ryder2016-08-011-30/+8
|
* Add rndi(1)Tom Ryder2016-08-012-0/+26
|
* Change sue(8) to POSIX shTom Ryder2016-08-011-58/+12
|