From 285851f00df3657d63944776a43054ef68420723 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 28 Jun 2010 18:36:03 +0200 Subject: [PATCH] Version 1.1.2. --- selector.1 | 8 +++++--- selector.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/selector.1 b/selector.1 index dd6d135..b32325a 100644 --- a/selector.1 +++ b/selector.1 @@ -1,4 +1,4 @@ -.TH "SELECTOR" "1.1.1" "April 2010" "Francois Fleuret" "User Commands" +.TH "SELECTOR" "1.1.2" "April 2010" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -91,7 +91,9 @@ make a flash instead of a beep when there is an edition error state that all following arguments are filenames .TP \fB--bash\fR -standard setting for bash history search, same as as -b -i -d -v -w +standard setting for bash history search, same as + +-b -i -d -v -w -l ${HISTSIZE} .TP \fB-t \fI\fR, \fB--title \fI<title>\fR add a title in the modeline @@ -125,7 +127,7 @@ specify the maximum number of lines to take into account To use selector to search into your bash history -.B selector -q --bash -l ${HISTSIZE} <(history) +.B selector -q --bash <(history) To show a list of directories and insert a cd command to the selected one (using @ as a separator) diff --git a/selector.c b/selector.c index e2f8f79..803d3c9 100644 --- a/selector.c +++ b/selector.c @@ -45,7 +45,7 @@ #include <getopt.h> #include <limits.h> -#define VERSION "1.1.1" +#define VERSION "1.1.2" #define BUFFER_SIZE 4096 -- 2.20.1