About
Naviga helps users navigate easily through directories. Naviga's design is inspired from Ranger.
Installation
$ cargo install naviga
A shell function must be added in your shell configuration file (.bashrc, .zshrc).
A program can“t change the current directory as a process can only affect its own environment. I agree, it's not the smartest way to do it.
function nav() {
naviga
. ~/naviga.txt
rm ~/naviga.txt
}
export function nav
Uninstallation
$ cargo uninstall naviga