aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move interactive tests back into *rc filesTom Ryder2016-08-174-8/+20
| | | | | | I don't fully understand why I have to do it this way yet, but if I don't, calling SSH with a command raises "stdin: not a terminal" because ~/.bashrc was called.
* Move completion section below function sectionTom Ryder2016-08-171-22/+22
|
* Include shrc.d in check-sh targetTom Ryder2016-08-172-3/+3
| | | | Quote a string entirely to appease shellcheck too
* Update README to reflect change of shell funcsTom Ryder2016-08-171-10/+43
|
* Add parens after hgrep() name in errorTom Ryder2016-08-171-2/+2
|
* Merge branch 'posix-functions'Tom Ryder2016-08-1736-173/+50
|\
| * Move -i test in Bash to end of ~/.bash_profileTom Ryder2016-08-172-9/+4
| |
| * Move simple Bash/pdksh functions into POSIX shTom Ryder2016-08-1734-164/+46
|/ | | | | | | Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX.
* Only pull if rebase possibleTom Ryder2016-08-171-0/+3
| | | | Force me to fetch and merge properly otherwise
* Be explicit about check/man passingTom Ryder2016-08-171-0/+3
|
* Simplify a couple of printf callsTom Ryder2016-08-171-2/+2
|
* Change rndn(6) to POSIX shTom Ryder2016-08-171-49/+33
|
* Correct a null variable reference in edda(1)Tom Ryder2016-08-171-1/+1
|
* Add an issueTom Ryder2016-08-171-0/+5
|
* Be consistent with trailing punct in commentsTom Ryder2016-08-161-3/+3
|
* Swap td(1) for mktemp(1) in han(1)Tom Ryder2016-08-161-5/+7
|
* Quote variable in param expansion in eds(1)Tom Ryder2016-08-161-1/+1
|
* Swap td(1) for mktemp(1) in edda(1)Tom Ryder2016-08-161-5/+10
|
* Simplify help in edda(1) and eds(1)Tom Ryder2016-08-162-32/+9
|
* Remove crufty hash call from edda(1)Tom Ryder2016-08-161-5/+0
|
* Use regular BASH_VERSINFO checkTom Ryder2016-08-164-3/+10
|
* Remove some cruft from apf(1)Tom Ryder2016-08-161-15/+0
|
* Change stderr redirections for consistencyTom Ryder2016-08-162-3/+2
|
* Add a comment to the top of rfct(1)Tom Ryder2016-08-161-0/+1
|
* 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
|