Closed al-berger closed 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.
I guess that this is due to #86.
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.