Show HN: WayPoint – Shell Command Shortening with Zsh/Fish Support in Go
I 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.
it definitely would be, that was my intention. By passing in a runtime you can either block or schedule. Giving you control on what you want to be concurrent and what you don’t.
- Shell Command Shortening
- Hierarchical URL Shortener Check it out and share your feedback!