aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct substitution errorTom Ryder2016-07-051-1/+1
|
* Translate chars instead of substitutingTom Ryder2016-07-051-3/+1
|
* Improve explanatory note about locales in hurl(1)Tom Ryder2016-07-051-1/+2
|
* Downgrade hurl(1) to a simple /bin/sh scriptTom Ryder2016-07-051-4/+1
| | | | | Not worth the extra dependency just for slightly nicer command presence checking
* Pretend to be Mozilla in urlc(1)Tom Ryder2016-07-051-2/+2
| | | | | | Because Amazon tells me to go away when I use the default user agent. I don't really feel sorry for it, because it throws a misleading 503 error too.
* Switch kvlt(6) back to two phases of processingTom Ryder2016-07-051-1/+4
|
* Implement kvlt(6) in pure sedTom Ryder2016-07-041-8/+2
|
* Make sendmail(1) implementation configurableTom Ryder2016-07-043-2/+14
| | | | Include it in the sendemail section of the Git config, too
* Add decorate option to log configTom Ryder2016-07-041-0/+1
|
* Correct static values in gitconfig m4 templateTom Ryder2016-07-041-3/+3
|
* Template .gitconfig personal valuesTom Ryder2016-07-044-41/+47
| | | | | | | Doing this in preference to relying on GIT_* environment variables. I don't like the default values in the Makefile very much; I'll need to figure out something nicer at some point.
* Use -p opt to pup in hurl(1) for entity decodingTom Ryder2016-07-041-1/+1
|
* Let aaf(6) commands fail explicitlyTom Ryder2016-07-041-2/+0
|
* Add aaf(6)Tom Ryder2016-07-043-0/+25
|
* Add a couple of translations to kvlt(6)Tom Ryder2016-07-041-0/+3
|
* Remove C.UTF-8 LANG setting for plmu(1)Tom Ryder2016-07-041-4/+0
| | | | I'm using this script on a machine that doesn't have a C.UTF-8 locale.
* Prevent zs(6) from making "zs" into "zzs"Tom Ryder2016-07-041-3/+6
|
* Add seed validation to rndn(8)Tom Ryder2016-07-031-1/+7
|
* Tweaks to rndn(6) seed definitionTom Ryder2016-07-031-2/+2
|
* Add seed-setting option and handlingTom Ryder2016-07-032-3/+41
|
* Apply spacing/commentsTom Ryder2016-07-031-0/+5
|
* Update submodulesTom Ryder2016-07-031-0/+0
|
* Remove misplaced paragraph in READMETom Ryder2016-07-021-2/+0
|
* Restore alphabetical order in README listTom Ryder2016-07-021-2/+2
|
* Update submodulesTom Ryder2016-07-023-0/+0
|
* Fix spacing in rndn(6) for consistencyTom Ryder2016-07-021-1/+1
|
* Use terser arg noodling in tl(1)Tom Ryder2016-07-021-4/+2
|
* Inline two lines in jfcd(1)Tom Ryder2016-07-021-2/+1
|
* Exit from gscr(1) subshell, not continueTom Ryder2016-07-021-5/+5
|
* Use set rather than building arg arraysTom Ryder2016-07-025-32/+27
| | | | | | Allows for terser functions and avoids error-prone local variables; also nicer to have a single `command` call at the end of the function (although there are still two at the end of the ed(1) wrapper)
* Terser pa/paz implementationsTom Ryder2016-07-022-6/+4
|
* Tidying up license filesTom Ryder2016-07-011-4/+4
|
* i3lock(1) with image if availableTom Ryder2016-07-011-1/+1
|
* Whitespace consistency fixesTom Ryder2016-07-011-2/+2
|
* Add rndn(6)Tom Ryder2016-07-013-0/+32
|
* Make fgscr POSIX sh/find compliantTom Ryder2016-07-011-2/+2
|
* Only find .git *directories*Tom Ryder2016-07-011-1/+1
|
* Add dub(1)Tom Ryder2016-07-013-0/+26
|
* Run gscr(1) in subshellTom Ryder2016-07-011-2/+2
|
* Correct glob for finding reposTom Ryder2016-07-011-1/+1
|
* Make gscr(1) default to current dirTom Ryder2016-07-012-1/+3
|
* Add README.markdown desc of jfcd(1)Tom Ryder2016-07-011-0/+1
|
* Add gscr(1), fgscr(1)Tom Ryder2016-07-015-0/+57
|
* Update submodulesTom Ryder2016-06-302-0/+0
|
* Add jfcd(1)Tom Ryder2016-06-303-1/+44
|
* Extend jfc(1) to check for changes before commitTom Ryder2016-06-301-3/+20
|
* Add submodule with new colorschemeTom Ryder2016-06-292-0/+3
|
* Trying a different colorschemeTom Ryder2016-06-291-1/+1
|
* Add jfc(1)Tom Ryder2016-06-293-0/+24
|
* Remove GitHub-style Markdown fenced code blockTom Ryder2016-06-281-6/+2
|