mooz / percol

adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
3.3k stars 145 forks source link

Is the number of input lines configurable? #85

Closed al-berger closed 8 years ago

al-berger commented 8 years ago

When the bash history is piped to percol with the command:

bind -x '"\C-R": READLINE_LINE=$(history | tac | cut -c 8- | percol --query "${READLINE_LINE}") READLINE_POINT='

percol searches only in the first "SOME_NUMBER" of lines (1000?). Is this number configurable somewhere?

Thanks.

al-berger commented 8 years ago

I guess that this is due to #86.