We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A replacement scriptlet for the one I wrote previously featured here
I'm removing this example, it'd be better to just use bfs instead of fd; this scriptlet won't early exit on pathologically slow filesystems (such as accessing filesystems mounted in Windows via WSL2 9P2000 bridges)
Updated Examples (completion) (markdown)
There are too many problems with how this solution works; fzf just really needs a "sort by path depth" option internally instead of trying to fake it this way
Added "Path depth and hidden sorted _fzf_compgen_path/dir"
Add completion for pass entries
_fzf_complete_ssh was renamed to _fzf_host_completion
Added git expansion for checkout based on hg expansion
Add example on how to implement branch name completion for hg update/hg merge
We can omit `local` since the code is run on the subshell
Created Examples (completion) (markdown)