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 --locked goto-cd goto-cd --install >> ~/.bashrc

zsh

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

powershell

sh cargo install --locked goto-cd goto-cd --powershell-install >> $PROFILE

Finally

Restart your shell for effects to take place

Basic Usage

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 .

Prints "Added 'catears' which points to '/home/catears'"

cd / goto catears

Ends up at /home/catears

```

Documentation

See the docs folder.

Contributing

See contributing.md.

License

MIT - see LICENSE