All notable changes to goto
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Default to $XDG_CONFIG_HOME for storing the goto DB
- fix completion for zsh
- support bash completion for aliases of
goto
- align columns when displaying the list of aliases or similar results
- removed shebang since the script is sourced
- updated README with valid information on supported shells
- zsh completion for -x, -p, -o
- Users can set the
GOTO_DB
environment variable to override the default database file which is$HOME/.goto
- Introduced the
CHANGELOG.md