|
0949ee422a
|
Implement mode for reverse search in cwd
Add a mode selection mode to liner.
Add modes to search globally or in the cwd.
|
2021-09-25 11:52:39 +02:00 |
|
|
3a6a1b2aa9
|
bash-ctrlr: Improve reverse bash search performance
Remove hack that only starts searching when two chars have been entered
Improve performance by adding LIMIT clause instead.
|
2021-08-19 21:33:01 +02:00 |
|
|
bb2450b8ec
|
history: Only start search when at least 2 chars have been entered
Starting search with the first character leads to a noticable delay.
This hack ensures a more pleasant experience.
|
2021-08-08 12:38:25 +02:00 |
|
lawl
|
67050d32b9
|
Implement bash CTRL-R reverse history
Fork customized liner into own repo bash.
Rename -being and -end options to -after and -before.
|
2021-08-08 11:40:33 +02:00 |
|