🔖 🔖 🔖 Bookmarks for the terminal 🔖 🔖 🔖
The tldr usage of goto
:
goto --add ./my_folder
cd
to go somewhere else, or open a new terminal, or restart your computergoto my_folder
and you're teleported back to my_folder
Usage gifs and usage documentation can be found in the docs folder
code/my_project
and teleport to it from anywhere!Goto - The good way to program
sh
cargo install --locked goto-cd
goto-cd --install >> ~/.bashrc
sh
cargo install --locked goto-cd
goto-cd --install >> ~/.zshrc
sh
cargo install --locked goto-cd
goto-cd --powershell-install >> $PROFILE
Restart your shell for effects to take place
Note: The installed binary is called goto-cd
, but goto
is the name of the command
loaded into your shell. goto-cd
is only referenced when installing the first time.
```sh goto --add .
cd / goto catears
```
See the docs folder.
See contributing.md.
MIT - see LICENSE