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