Questions tagged [sk]
1 questions
0
votes
1 answer
Fuzzy finding directories is slow
I have following bash script to find git repositories.
echo "$(fd -I -i -H -E '.local' -E '.cargo' -E '.password-store' -t d ^.git$ ~ -x 'echo' '{//}' | sk)"
fd pipes search results to sk (fzf rust alternative) as they are being found but selecting…
s1n7ax
- 387
- 3
- 12