######################################################################
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)
}
######################################################################
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}'!')"
\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