so, doing something like
vim $(find . -name *.py | fzf)
it's something textmate's find in project, but for the command line.
(i hope that made sense :))
so, doing something like
will show you a prompt where you can search for all .py files on the current folder. after you select a file, it will open it on vim.it's something textmate's find in project, but for the command line.
(i hope that made sense :))