goto

🔖 🔖 🔖 Bookmarks for the terminal 🔖 🔖 🔖

The tldr usage of goto:

  1. Bookmark with goto --add ./my_folder
  2. Use cd to go somewhere else, or open a new terminal, or restart your computer
  3. Run goto my_folder and you're teleported back to my_folder

Usage gifs and usage documentation can be found in the docs folder

Key Features

Unnecessary slogan

Goto - The good way to program

Installing

bash

sh cargo install goto-cd goto-cd --install >> ~/.bashrc

zsh

sh cargo install goto-cd goto-cd --install >> ~/.zshrc

powershell

sh cargo install goto-cd goto-cd --powershell-install >> $(Join-Path $([Environment]::GetFolderPath("MyDocuments")) "PowerShell-Profile.ps1")

Documentation

See the docs folder.

Contributing

See contributing.md.

License

MIT - see LICENSE