tomrijndorp / vscode-finditfaster

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

Feature Request: Find file from `git status` command #114

Open jellydn opened 1 month ago

jellydn commented 1 month ago

Hi @tomrijndorp Thank you for the great extension. I am thinking we could have a similar with https://github.com/ibhagwan/fzf-lua for git status command.

What

Why

How

git status -s | fzf | awk '{print $2}'