aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add shb(1)Tom Ryder2016-08-021-0/+28
|
* sls(1) bail if no defaults and no argumentsTom Ryder2016-08-021-0/+4
|
* Fix alignment weirdness in sls(1)Tom Ryder2016-08-021-4/+4
|
* Use POSIX-compliant switches onlyTom Ryder2016-08-021-2/+2
|
* Remove -b option from du(1) call in dub(1)Tom Ryder2016-08-021-1/+1
| | | | Not POSIX, and not too important
* 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-022-0/+27
| | | | | clrd(1) is POSIX sh, but clwr(1) ideally needs Readline, so I've left it as #!/bin/bash for now.
* Change apf() to a shell scriptTom Ryder2016-08-021-0/+44
|
* Make bel(1) executableTom Ryder2016-08-021-0/+0
|
* Rename bell(1) to bel(1)Tom Ryder2016-08-011-0/+0
|
* Change bell() to a POSIX sh scriptTom Ryder2016-08-011-0/+3
|
* 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
|
* Allow arguments for jfc(1)Tom Ryder2016-08-011-0/+1
|
* Make jfc(1) into a POSIX sh scriptTom Ryder2016-08-011-24/+6
|
* Add grc(1)Tom Ryder2016-08-011-0/+10
|
* 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-011-0/+8
|
* Add rndl(1)Tom Ryder2016-08-011-0/+9
|
* 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
* Add missing arg expansion to rndf(1)Tom Ryder2016-08-011-1/+1
|
* Change rndf(1) to use rnda(1)Tom Ryder2016-08-011-4/+2
|
* Add rnda(1)Tom Ryder2016-08-011-0/+9
|
* 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-011-0/+11
|
* Change xrbg(1) to be POSIX shTom Ryder2016-08-011-30/+8
|
* Add rndi(1)Tom Ryder2016-08-011-0/+9
|
* Change sue(8) to POSIX shTom Ryder2016-08-011-58/+12
|
* Switch to slightly faster cf(1) methodTom Ryder2016-07-311-9/+14
|
* Change cf(1) to POSIX sh and multi argsTom Ryder2016-07-311-27/+20
|
* Split out sls(1) into shell and awkTom Ryder2016-07-312-18/+17
|
* Add a shellcheck exceptionTom Ryder2016-07-311-0/+1
|
* Correct "return" to "exit" in shell scriptsTom Ryder2016-07-313-3/+3
|
* Simplify plmu(1) and make it POSIX shTom Ryder2016-07-311-23/+15
| | | | This includes removing mktemp(1) calls, which is nice.
* Make sta(1) POSIX-compatibleTom Ryder2016-07-311-34/+7
|
* Set executable bit on paz(1)Tom Ryder2016-07-311-0/+0
|
* Tidy shellcheck exceptionsTom Ryder2016-07-313-3/+3
|
* Reimplement sra(1) in POSIX shTom Ryder2016-07-311-34/+8
| | | | Also allows no command, to just open a shell
* Disable false positive shellcheck in spr(1)Tom Ryder2016-07-301-1/+1
|
* Add option terminator in spr(1)Tom Ryder2016-07-301-1/+1
|