golumbus
v1.1.0
Published
Golumbus lets you bookmark directories and jump to them quickly on your terminal.
Downloads
13
Readme
Golumbus
Golumbus lets you bookmark directories and jump to them quickly on your terminal.
Installation
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?
Usage
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>
Contribution
I'm looking forward to any feedback, issue reports or pull requests.