Re: [Fish-users] wishlist history and search

2014-04-20 Thread Philip Ganchev
Also, maybe up-arrow should also match directory history? On Sun, Apr 20, 2014 at 4:14 AM, Philip Ganchev wrote: > So if the user enters text and presses up-arrow, Fish should match > input words as substrings of commands in history. If it finds a > matching command, Fish will suggest the command

Re: [Fish-users] wishlist history and search

2014-04-19 Thread Philip Ganchev
So if the user enters text and presses up-arrow, Fish should match input words as substrings of commands in history. If it finds a matching command, Fish will suggest the command and the directory where it was executed. The user can: 1. Press Enter to execute the command in the search directory, o

[Fish-users] wishlist history and search

2014-04-17 Thread Martin Bähr
hi, quite often i want to search for multiple terms in the history when those terms are not in a sequence. currently typing foo bar will search for exactly "foo bar", but i'd also like to see any results that contain "foo" and "bar" with other stuff in between. maybe exact matches first, then m