Show HN: WayPoint – Shell Command Shortening with Zsh/Fish Support in Go
github.comI built WayPoint to streamline my terminal workflow and simplify both shell command expansion and URL shortening. Here’s a quick overview:
- Shell Command Shortening
- Type a shortcut like s/gs and it instantly expands to git status in your terminal.
- Integrated support for zsh and fish via custom completion scripts that perform in-place expansions.
- Configure shortcuts easily using a YAML file, for example:
- Hierarchical URL Shortener - Use the same YAML configuration to create nested URL shortcuts for internal tools, documentation, or other resources.
- Supports multi-level mappings and updates in real-time without needing a restart.
Check it out and share your feedback!