I often forget folder names when using the terminal. To solve this, I created a simple alias. It lists all zoxide indexed directories using fzf, letting me filter and jump into any directory from anywhere. Here's a short tutorial on how to use it. You'll need zoxide and fzf installed. Then create this alias: alias cdls='cd $(zoxide query --list | fzf --header "Choose directory:")' Enjoy!
1
0
2
88
0
Download Video