aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move awk scripts into shb(1)Tom Ryder2016-08-165-5/+15
|
* Remove .m4 from suffixesTom Ryder2016-08-161-1/+1
|
* Reverse .m4 translation for binscriptsTom Ryder2016-08-167-38/+65
| | | | Either this is overengineering, or I don't understand m4 well enough.
* Apply suffix rules for games/bin buildingTom Ryder2016-08-162-44/+12
| | | | | I knew this had to work one way or another, but I didn't know exactly how to make it work on anything but GNU make.
* Add an issueTom Ryder2016-08-161-0/+2
|
* Check for executability before sh -nTom Ryder2016-08-162-2/+2
|
* Add self var to rndl(1)Tom Ryder2016-08-161-0/+1
|
* Template traps in scripts depending on mktd(1)Tom Ryder2016-08-167-60/+51
|
* Put "all" subtargets on their own lineTom Ryder2016-08-161-1/+5
|
* Rename "test" targets to "check"Tom Ryder2016-08-169-30/+31
| | | | Mostly to make way for an actual test suite beyond mere syntax checking
* Change Zsh URL to HTTPS versionTom Ryder2016-08-161-1/+1
|
* Extend and comment sed(1) in urlmt(1)Tom Ryder2016-08-151-1/+7
|
* Keep ls(1) option metadata in cacheTom Ryder2016-08-151-15/+28
|
* Keep grep(1) option metadata in cacheTom Ryder2016-08-152-20/+37
| | | | | | | | | It's stupid to run `grep --help` once per shell (twice for login shells!) when it's so unlikely to change, and way faster to check for the presence or absence of hint files rather than pattern-match the output with the shell. ls(1) will get the same treatment in a minute.
* Correct order of tasks in xgo(1)Tom Ryder2016-08-151-3/+3
|
* Silence a couple of Git hintsTom Ryder2016-08-151-0/+2
|
* Update date on dmp(1) manualTom Ryder2016-08-151-1/+1
|
* Allow timeout argument to dmp(1)Tom Ryder2016-08-152-2/+10
|
* Adjust wrapping in dmp(1) man pageTom Ryder2016-08-151-3/+2
|
* Correct wrapping for a commentTom Ryder2016-08-151-1/+2
|
* Ignore a shellcheck message in dmp(1)Tom Ryder2016-08-151-0/+1
| | | | | Interesting that I have to put this above the variable assignment rather than the specific line
* Exit from xgo(1) subshell, not continueTom Ryder2016-08-151-2/+2
|
* Strip some trailing whitespaceTom Ryder2016-08-154-4/+3
|
* Don't use git: prompt prefix if PROMPT_VCS unsetTom Ryder2016-08-153-9/+11
| | | | | All of my personal stuff is in Git, so this is only really applicable at work
* Remove square brackets around promptTom Ryder2016-08-153-6/+6
| | | | Just noise
* Instate some actual real zsh configurationTom Ryder2016-08-152-2/+13
|
* Change rule order in kvlt(6)Tom Ryder2016-08-151-3/+3
|
* Simplify recipe for install-vim-plugins a lotTom Ryder2016-08-141-18/+5
|
* Test for executable not extension in installTom Ryder2016-08-141-9/+5
|
* Make xgoc(1) executableTom Ryder2016-08-141-0/+0
|
* Make YouTube pattern more specificTom Ryder2016-08-141-2/+2
|
* Restore color to VimTom Ryder2016-08-141-1/+1
| | | | Feels weird to come back to it; let's see if I decide to stay
* Put sed script onto one lineTom Ryder2016-08-141-4/+1
|
* git push.default from "matching" to "current"Tom Ryder2016-08-141-1/+1
|
* Refactor br(1), brxs(1), add xgo(1) and xgoc(1)Tom Ryder2016-08-148-44/+65
| | | | Including updating keybindings
* Remove unneeded options from dmenu_runTom Ryder2016-08-141-1/+1
| | | | The defaults are fine
* Bail if dmp(1) subshell exitsTom Ryder2016-08-141-1/+1
|
* Add optional terminator to dmp(1)Tom Ryder2016-08-141-1/+1
|
* Bind Mod4-p to dmp(1) in X11Tom Ryder2016-08-141-0/+3
|
* Add dmp(1)Tom Ryder2016-08-143-0/+44
|
* Recategorise some scripts in READMETom Ryder2016-08-141-11/+12
|
* Quote a PS1 character to appease shellcheckTom Ryder2016-08-141-1/+1
|
* Don't install raw .sed scripts in ~/.local/binTom Ryder2016-08-141-1/+6
|
* Stop feh(1) handling GIFsTom Ryder2016-08-141-0/+1
| | | | (Because it doesn't)
* Have urlh(1) convert line endingsTom Ryder2016-08-141-0/+3
|
* Add sd2u(1) and su2d(1)Tom Ryder2016-08-149-4/+64
|
* Add tentative enhancements to br(1)Tom Ryder2016-08-143-6/+32
|
* Add urlh(1) and urlmt(1)Tom Ryder2016-08-145-1/+67
|
* Fix typoTom Ryder2016-08-141-1/+1
|
* Add unf(1)Tom Ryder2016-08-145-2/+49
|