Skip Navigation

A simple bash script that allows the user to visually explore their file system.

Hey everyone. I thought someone might enjoy my simple bash script that I use to go through my fs.

It requires eza, fzf, and zoxide. I use eza and zoxide as my main to-go vanilla replacements, but I'm sure vanilla ls and cd will work too!

https://github.com/razorozx/cd-ls

9 comments
  • I use nnn for file management.

    It doens't have a preview pane by default, but I don't need it most of the time, so I just use the plugin for it when I need it.

    Also supports quite a few other kinds of plugins and features like bookmarking.

9 comments