remove the numeric prefix from bash history
.IP "\fB-z\fP" 10
remove the time prefix from zsh history
-.IP "\fB-r\fP" 10
+.IP "\fB-d\fP" 10
remove duplicated lines
.IP "\fB-c <fg modeline> <bg modeline> <fg highlight> <bg highlight>\fP" 10
select the modline and highlight color numbers
To use selector to search into your bash history, you can use
-.B selector -r -i -b -v -f <(history)
+.B selector -d -i -b -v -f <(history)
.SH "BUGS"
i++;
}
- else if(strcmp(argv[i], "-r") == 0) {
+ else if(strcmp(argv[i], "-d") == 0) {
remove_duplicates = 1;
i++;
}
<< " [-h]"
<< " [-v]"
<< " [-m]"
- << " [-r]"
+ << " [-d]"
<< " [-z]"
<< " [-i]"
<< " [-c <fg modeline> <bg modeline> <fg highlight> <bg highlight>]"