Naviga helps users navigate easily through directories. Naviga's design is inspired from Ranger.
shell
$ 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 ```
shell
$ cargo uninstall naviga