|
|
|
|
|
by jalk
261 days ago
|
|
in my homedir > fd -t d | wc -l
213842
takes 5 seconds.Population doing `cd ~/**<tab>` takes way way longer than 5 seconds though. But regardless of the speed up one could add to cd + fzf in this case, I will still be using zoxide: > zoxide query -l | wc -l
1294
and `zi` starts instantaneous if I need the dynamic filteringedit: layout |
|