Simple implementation of cd with bookmarks
Trouble
Command
This approach doesn't change the working directory of your current shell session directly but rather spawns a new shell process that executes the cd command. Changing the working directory of the current shell session from a child process (your Rust program) is not possible because child processes run in isolated environments.
Workaround = direct bash
./install (if not working just "chmod +x install" or smth)
p save {{directory alias name}} = saving the config to `$HOME/.pindah`
p move {{asd}} = move to the alias directory if exist
p list = cat config file .pindah