- allow hyphens in aliases
goto --list
prints sorted tab separated table
- version option
- environment variable (
GOTO_DB
) to configure goto db location
goto
now follows XDG directory specification. The location of db has changed from$HOME/.goto
to$XDG_DATA_HOME/goto/db
. You can migrate by runningcat $HOME/.goto > (__goto_get_db)
- goto command
- register, unregister, cleanup, list, expand, help options
- tab completions