[picker] args option for overriding #1070
Closed
smilovanovic
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, args option for file picker is extending the default command args.
It would be useful to have another option to override default args.
snacks.nvim/lua/snacks/picker/source/files.lua
Line 110 in 6e0962a
One usage example would be to search only directories using file picker and
fd
commandWith that we can chain two file pickers, first one to select the search directory and the second one to live grep in selected dir.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions