# Gallide
Instead of repeatedly typing cd, ls, and clear to navigate your files, you can now write a single command: g
Gallide.Demo.2.webm
- TUI for viewing files and directories
- Vi controls support
- fully customizable (with transparent background !)
- cd-like usage
- zoxide compatibility
g --help #displays help menu
g #opens the GUI
g <folder> #cd-like usage
g -z <folder> #use zoxide
- Open ~/.config/gallide/gallide.conf
- ~/.config/gallide.conf is also a valid filepath
- Refer to the Wiki to know what field to edit
- note : it uses the dparser format
- Run the installation script
curl -fsSL https://github.com/Djalcoding/Gallide/releases/latest/download/install_gallide.sh| bash - Add this to your .bashrc
eval "$(gallide --init)" # This will enable the g alias
Prerequesites
- cargo
- curl
- bash (I think)
- zoxide (with -z paramter; optional)
note : this also works as an update script
- Add preview
Powered by Rust 🦀