tomrijndorp / vscode-finditfaster

Find it, but faster! Fast file search for VS Code.
MIT License
299 stars 29 forks source link

Open folders with `zoxide` #107

Open znd4 opened 3 months ago

znd4 commented 3 months ago

zoxide is a pretty popular CLI tool for fuzzy-navigating a filesystem that (IMO) would fit well with this extension.

The workflow I'm thinking of is basically

code $(zoxide query --interactive)

I don't see anything in the README for easily configuring custom pickers, but sorry if I just haven't searched well