aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use mi5 to make templated shell scriptsTom Ryder2017-06-0215-166/+130
|
* Correct some terms in man mi5(1df)Tom Ryder2017-06-021-3/+3
|
* Move existing .m4 to .m4.mi5Tom Ryder2017-06-025-9/+18
| | | | Along with accompanying Makefile rules and .gitignorances
* Add mi5(1df)Tom Ryder2017-06-026-0/+119
|
* Simplify some awkTom Ryder2017-06-021-7/+4
|
* Add skip-pager to ~/.my.cnfTom Ryder2017-06-011-0/+1
| | | | I usually don't want it
* Update submodulesTom Ryder2017-06-011-0/+0
|
* Correction/referencing for pp/pph(1df)Tom Ryder2017-05-312-3/+7
|
* Correct copy-paste error in fnl(1df) man pageTom Ryder2017-05-311-1/+1
|
* Unbold example arguments in fgscr(1df) man pageTom Ryder2017-05-311-1/+2
|
* Correct a troff macro in clog(1df) man pageTom Ryder2017-05-311-1/+1
|
* Correct a path in bcq(1df) man pageTom Ryder2017-05-311-1/+1
|
* Restore a missing wordTom Ryder2017-05-311-3/+3
|
* Adjust p(1df) man pageTom Ryder2017-05-311-1/+2
|
* Adjust man page indentTom Ryder2017-05-311-4/+4
|
* Conditions for downloads.shTom Ryder2017-05-311-0/+15
|
* Some extra newlinesTom Ryder2017-05-311-1/+1
|
* Add "downloads.sh" profile eventTom Ryder2017-05-311-0/+13
| | | | | | Looks for ~/.downloads, checks each named dir, if there are any files in it, warns you once per dir including a count. This is to prompt me into sorting my downloads directory.
* Add an ideaTom Ryder2017-05-311-0/+2
|
* Update submodulesTom Ryder2017-05-291-0/+0
|
* Format the quotes a bit more nicelyTom Ryder2017-05-282-6/+7
|
* Add a pomeTom Ryder2017-05-281-0/+12
|
* Add a noteTom Ryder2017-05-281-0/+3
|
* Add p(1df)Tom Ryder2017-05-285-0/+32
|
* Tweak FS a bit for mw(1df)Tom Ryder2017-05-281-1/+1
|
* Add mw(1df)Tom Ryder2017-05-285-0/+39
|
* Resolve issueTom Ryder2017-05-281-2/+0
| | | | Satisfied the remaining subshells are needed
* Simplify rd() a lotTom Ryder2017-05-271-35/+10
| | | | Including removing the pesky subshell
* Revert "Remove redundant `|| return` from gd()"Tom Ryder2017-05-271-1/+1
| | | | | | This reverts commit 1302b279bf2b1b2ae76ea8251a32e480d64f2f7a. This was added because of Shellcheck being fussy
* More error-resistant sd()Tom Ryder2017-05-273-32/+62
|
* Remove redundant `|| return` from gd()Tom Ryder2017-05-271-1/+1
| | | | It will do that implicitly anyway
* Use -z rather than !-nTom Ryder2017-05-271-1/+1
|
* Add safety to bd()Tom Ryder2017-05-271-1/+2
| | | | | | Handle case if PWD does not start with a slash--a big "Shouldn't Happen", but easy enough to be worth handling, since it would loop infinitely otherwise
* More refinements to bd()Tom Ryder2017-05-271-28/+11
|
* Add history filename squashing to rlwrap(1) callsTom Ryder2017-05-272-2/+2
|
* Make a caveat of swr(1df) clearerTom Ryder2017-05-262-2/+5
|
* Remove ad()Tom Ryder2017-05-264-87/+0
| | | | It has no real advantages over and isn't as clever as just cd /a*/b*/c*
* Tidy/golf gt() down a bitTom Ryder2017-05-261-15/+13
|
* Remove hare-brained no-op lineTom Ryder2017-05-261-1/+0
|
* Correct comment spelling errorTom Ryder2017-05-261-1/+1
|
* Remove implemented ideaTom Ryder2017-05-261-1/+0
| | | | This was implemented in 13a4187
* Remove an implemented ideaTom Ryder2017-05-261-1/+0
| | | | This was done in fd70519
* Add an issueTom Ryder2017-05-261-0/+2
|
* Remove solved issueTom Ryder2017-05-261-1/+0
| | | | This was fixed in 6c4d255
* Still tinkering with ?d.sh scriptsTom Ryder2017-05-263-33/+20
|
* Reimplement ud()Tom Ryder2017-05-261-32/+30
| | | | More fault-tolerant and no subshell or temporary vars
* More bd() improvementsTom Ryder2017-05-261-12/+29
| | | | Including rigorous trailing-slash handling
* Correct default behaviour for bd() with no argsTom Ryder2017-05-261-6/+9
|
* Reimplement sd() without subshellTom Ryder2017-05-262-42/+44
|
* Even terser/nicer bd()Tom Ryder2017-05-251-7/+7
|