Added the -y option
authorFrancois Fleuret <francois@fleuret.org>
Fri, 10 Feb 2012 10:34:57 +0000 (11:34 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 10 Feb 2012 10:34:57 +0000 (11:34 +0100)
bash-selector.sh
selector.1

index 68a024b..e7fb461 100755 (executable)
@@ -37,7 +37,7 @@ fi
 ######################################################################
 
 function selector-history () {
-    selector --bash -j -u -c 7,4,0,3 -q <(history)
+    selector --bash -j -y -u -c 7,4,0,3 -q <(history)
 }
 
 ######################################################################
@@ -71,7 +71,7 @@ function selector-cd () {
 
 function selector-cd-search () {
     PATH_TEMP=$(mktemp /tmp/selector-cd-path.XXXXXX)
-    selector -j -u -t "cd" -l 1000 -d -i -c 7,2,0,3 -o ${PATH_TEMP} -q ${SELECTOR_CD_HISTORY}
+    selector -j -y -u -t "cd" -l 1000 -d -i -c 7,2,0,3 -o ${PATH_TEMP} -q ${SELECTOR_CD_HISTORY}
     NEW_PATH="$(cat ${PATH_TEMP} | sed -e 's!~!'${HOME}'!')"
     if [[ -s "${NEW_PATH}" ]]; then
         selector-cd "$(cat ${PATH_TEMP} | sed -e 's!^~!'${HOME}'!')"
index 29d44cc..9d48af8 100644 (file)
@@ -96,6 +96,9 @@ start in case sensitive mode
 \fB-j\fR, \fB--show-long-lines\fR
 print three dots at the end of truncated lines
 .TP
+\fB-y\fR, \fB--show-hits\fR
+highlight the parts of each line which trigger the detection
+.TP
 \fB-u\fR, \fB--upper-case-makes-case-sensitive\fR
 using an upper case in the matching string makes the matching
 case-sensitive