|
|
|
|
|
by igemnace
3180 days ago
|
|
It's not a find replacement at all, even! fzf just actually calls find by default, so a naked call to fzf will actually give you the same results as find | fzf. Search specifically for directories, that's find -type d | fzf. |
|