bash-it/lib
Konstantin Gredeskoul baae0305b6 Speed up bash-it Search & support exact matches
This commit improves Bash-It search functionality in a couple of ways:

 * bash-it search (with no arguments) will print detailed help.
 * bash-it search now accepts terms prefixed with '@' sign, indicating an exact match.
 * bash-it search now performs smarter caching of the component listings/status

New search syntax is as follows:

   bash-it search [-|@]term1 [-|@]term2 [ --enable | --disable | --help ]
2018-11-19 11:55:36 -08:00
..
appearance.bash adding ability to set theme as a path to specific file 2017-03-24 00:23:12 -08:00
composure.bash Removed reload keyword from composure_keywords(), it is not needed 2018-04-21 19:15:50 +02:00
helpers.bash Speed up bash-it Search & support exact matches 2018-11-19 11:55:36 -08:00
history.bash indentation fix 2016-11-04 18:15:07 +00:00
preexec.bash Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
preview.bash Fixed missing quotes around $BASH_IT variable 2017-06-24 17:31:30 +02:00
search.bash Speed up bash-it Search & support exact matches 2018-11-19 11:55:36 -08:00