aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Consistent quotingTom Ryder2015-10-211-1/+1
|
* Consistent commentsTom Ryder2015-10-211-2/+2
|
* Use consistent version checkTom Ryder2015-10-211-3/+1
|
* Strip trailing whitespaceTom Ryder2015-10-212-3/+3
|
* Remove directory change from pass completionTom Ryder2015-10-211-4/+3
|
* Fix another comment typoTom Ryder2015-10-211-2/+2
|
* Fix comment typoTom Ryder2015-10-211-1/+1
|
* Remove unneeded options terminatorTom Ryder2015-10-211-1/+1
|
* Fix typoTom Ryder2015-10-211-1/+1
|
* Move keyword into glob completion generationTom Ryder2015-10-211-2/+1
|
* Exclude stuff not a filename in current directoryTom Ryder2015-10-213-7/+15
| | | | | Otherwise Bash adds a slash to it. %q quoting isn't perfect, but it's better
* Fix backwards testTom Ryder2015-10-211-1/+1
|
* Flatten expansion for ancient BashTom Ryder2015-10-211-1/+1
| | | | bash: 0: ambiguous redirect
* Correct enumeration of git refs in completionTom Ryder2015-10-211-1/+2
|
* Change COMP_REPLY to intended COMP_WORDSTom Ryder2015-10-211-1/+1
|
* Move quoting into generating loopTom Ryder2015-10-211-2/+3
| | | | Avoids yet another subshell
* When expanding with globbing, use prefixTom Ryder2015-10-214-9/+4
| | | | | Rather than generating all possible completions and then filtering them down, use the completing word as a prefix for the glob
* Switch compopt back outTom Ryder2015-10-2110-40/+15
| | | | | Damn, looks like 2.05a doesn't have compopt; put it back into the complete line
* Tidy up completion considerably; no more compgenTom Ryder2015-10-2115-243/+325
| | | | | | | | | | | | | | * Remove all instances of compgen; for filename completion it's quite broken as it relies on implicit wordsplitting in array context, and doesn't have an option to print with a null delimiter; replaced with manual for/while loops instead * Add IFS= to while/read loops over filenames * Use "dirname/s" instead of "dir/s" variables to avoid keyword collisions and for clarity * Remove some unnecessary variables * Use shorter syntax for loop exit conditions * Move completion options into functions where applicable rather than having them on the completion definition itself
* Handle spaces correctly in completionsTom Ryder2015-10-204-0/+8
| | | | | | This is technically still wrong; COMPREPLY needs to be specified with null-delimited IFS, as done in the pass() function. This will do for now.
* Fix consistent spacing in muttrcTom Ryder2015-10-171-1/+1
|
* Update commentTom Ryder2015-10-171-1/+2
|
* Time to actually learn how to composeTom Ryder2015-10-171-1/+1
|
* Use real return values in clipTom Ryder2015-10-151-4/+3
|
* Restore previous command line in readline macrosTom Ryder2015-10-141-4/+4
|
* Correct man section for sue(8)Tom Ryder2015-10-141-1/+1
|
* Don't require fnl() arg is a commandTom Ryder2015-10-121-1/+1
| | | | Allow builtins, functions
* New function fnl()Tom Ryder2015-10-122-0/+46
|
* Add options terminator to scr() mktemp(1) callTom Ryder2015-10-121-1/+1
|
* Correct a version check in han(1)Tom Ryder2015-10-111-2/+2
|
* Silence SC2029 error from shellcheckTom Ryder2015-10-112-0/+2
| | | | | | It warns me that the "$@" expansion will occur client side, which is intentional, and there doesn't seem to be a way I can appease it otherwise.
* Remove unused variableTom Ryder2015-10-111-3/+0
|
* Put scripts into bulleted listTom Ryder2015-10-111-18/+15
|
* Tweaking structure just a bit moreTom Ryder2015-10-111-12/+14
|
* Rearrange content with installation firstTom Ryder2015-10-111-42/+36
|
* Rewrite opening paragraphsTom Ryder2015-10-111-8/+4
|
* Remove my terrible jokeTom Ryder2015-10-091-1/+1
| | | | | | > The value for the global "severity" option ("brutal # \m/ >:[ \m/") > found in "/home/tom/.perlcriticrc" is not one of the valid severity > names: "brutal", "cruel", "harsh", "stern", "gentle".
* brutalTom Ryder2015-10-091-1/+1
|
* Add sd Bash function (sibling directory switch)Tom Ryder2015-10-092-0/+120
|
* Remove renumber-windows option from tmuxTom Ryder2015-10-091-3/+0
| | | | Decided I don't like it.
* Try edit_headers in mutt for a whileTom Ryder2015-10-021-0/+1
|
* Add abook shortcutTom Ryder2015-10-021-0/+3
|
* Add Perl::Critic back in againTom Ryder2015-10-023-0/+11
|
* Appease perlcritic(1) on clipTom Ryder2015-10-021-0/+3
|
* Add linting targetsTom Ryder2015-10-022-0/+18
|
* Appease shellcheck with multi arith expsTom Ryder2015-10-023-6/+6
|
* Use printf not echoTom Ryder2015-10-021-4/+4
|
* Whoops, forgot my option terminatorsTom Ryder2015-10-011-2/+2
|
* Add sue(8)Tom Ryder2015-10-014-1/+89
|
* Move man pages into man1 subdirTom Ryder2015-10-016-1/+1
| | | | Going to make a man8 page shortly