VibeHunt
Back to browse

goto

Directory aliases for the shell with autocomplete.

The utility provides a way to assign short aliases to filesystem paths and then change to those locations with a single command. Users register an alias by specifying a name and a directory, and later invoke the tool with that name to `cd` directly to the target location. It also supports expanding an alias to its full path, listing all defined aliases, and removing unwanted entries.

Autocomplete integration is included for both Bash and Zsh, offering tab‑completion of alias names after the command or its options. Additional features allow pushing the current directory onto the stack before moving, popping back to a previously pushed location, and cleaning up aliases that point to missing directories.

Installation can be performed via a provided script, manual sourcing of the shell script, or a Homebrew formula on macOS. The tool is stable, CLI‑available, and intended for users who frequently navigate deep or repeated directory structures in their shell environment.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps