Add a dired-narrow command that uses completion-styles#169
Add a dired-narrow command that uses completion-styles#169noctuid wants to merge 1 commit intoFuco1:masterfrom
Conversation
|
I'm sorry to not going through this pull request sooner (much sooner!). I tried the code and I can't make it work, it's giving me some The way this package works is that it calls the filter function on each line, expecting it to give true or false for that particular file. How does this interact with a completion framework? That one takes a list of all options and returns some possible options based on the filter. So I think it's not a good fit here. |
e97b1a0 to
b63639f
Compare
b63639f to
6754ce2
Compare
It doesn't interact with a completion framework like helm/ivy/vertico if that's what you mean; it interacts with the builtin
Yes, how the completion functions work doesn't match dired-narrow filtering one at at time, but I don't think that really matters. You can just pass one item in the table, and the performance is the same as the already existing commands from what I've seen.
Updated so it should work with the default available |
|
Thank you so much for the comment and explanation. This must be some new(ish) feature because I have never heard of it 😊 |
Use user's completion filtering setup for narrowing.