aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/man.bash
Commit message (Collapse)AuthorAgeFilesLines
* Move bash completion setup into separate dirTom Ryder2016-07-301-63/+0
|
* Terser `read -rd ''` idiomTom Ryder2016-07-151-1/+1
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Complete man pages only for exact section matchTom Ryder2016-03-191-1/+1
|
* Improve pattern matching a bitTom Ryder2015-12-241-1/+1
|
* Better section management for man completionTom Ryder2015-12-221-8/+15
|
* Switch to a faster method of array appendingTom Ryder2015-12-141-6/+10
| | | | | Does away with the nasty hack around man page discovery, and still compatible with Bash 2.05a
* Fix some trailing spacesTom Ryder2015-12-011-1/+1
|
* A little more correct stillTom Ryder2015-11-261-5/+6
|
* Fix/flesh out the comments a bitTom Ryder2015-11-261-3/+3
|
* Shellquote man(1) page namesTom Ryder2015-11-261-1/+1
|
* Use slash as delimiter, fixing all these problemsTom Ryder2015-11-261-16/+3
| | | | Eureka!
* Ignore stderr from manpath(1)Tom Ryder2015-11-261-1/+1
|
* This apostrophe breaks the subshell on Bash 4.1Tom Ryder2015-11-261-1/+1
|
* Add explicit delimiter to printTom Ryder2015-11-261-1/+1
|
* Experimental man(1) completionTom Ryder2015-11-261-0/+65