Golumbus lets you bookmark directories and jump to them quickly on your terminal.
You need to have Node.js >= 12 installed which includes NPM.
npm install -g golumbus
(installs thegol
command)- Run
gol install
to install thegoto
command in your shell (Bash, Zsh, Fish)
Why do I need to install two commands?
Use the gol
command to manage (add, search, delete) your bookmarked directories:
- Bookmark current directory:
gol add <name>
- List your directories:
gol list [search-term]
- Resolve a directory to stdout:
gol <name> [path-manipulator]
- Remove a directory:
gol rm <name>
- Purge directories not existing anymore:
gol purge
Jump to a bookmarked location: goto <name>
I'm looking forward to any feedback, issue reports or pull requests.