-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
almost exact search, matching lines navigation, better editing support (similar to readline) #234
Comments
There are a lot of things here, which makes the issue hard to action. Most of it would maybe have been better on the chat. I'll try to answer in the same format.
|
|
Regarding the type of search: I'm currently working on a new input pattern syntax. I don't want to communicate on it today but you might be satisfied. As I'll need testers for that branch I'd like you to register here. Tab is also natural for completion. What could probably be done is to have tab available for shortcuts when there's no verb invocation in the input (i.e. when the input only contains a search pattern) because tab completion only applies to verbs and paths. |
I subscribed to that issue.
Sounds good! |
Hello. Here are a few features in random order that I personally find missing but which could greatly improve user experience IMO. I'm not sure if I should have created an issue for each one of them, let me know if that works better for you, I can do that and split them. Disclaimer: all this features that I'm talking about below I tried in
--only-folders
mode (I don't know whether it's important though)./
to make the search exact, but I literally never ever use fuzzy search so I'd prefer to not type/
it everytime. Something similar tofzf --exact
.mongo client
, I'd like both stringsmongo-best-client
andmy-mongo-client
to match and be in the output. Basically, this is how fzf--exact
search works.:focus_next
,:focus_prev
. I'd like to navigate quickly between matching lines with a shortcut, e.g. Tab/Shift tab to go to the next/prev matching line. Currently I can only press Up/Down arrow to skip non-matching folders (but which are parents to matching folders)alt-backspace
to delete previous word,alt-d
delete following word,alt-b/alt-f
go to previous/next word,alt-e
go to the end of the word,ctrl-a/ctrl-e
go to beginning/end of the line.I'm currently trying to see whether
broot
could be a good companion and addition to fzf'salt-c
(https://github.com/junegunn/fzf#key-bindings-for-command-line), so that's where most of my inspiration comes from.The text was updated successfully, but these errors were encountered: