Skip to content

v0.2.3 release 🐶

Compare
Choose a tag to compare
@junyu-w junyu-w released this 26 Jun 06:27
· 18 commits to develop since this release

CHANGELOG

  • #23 - corgi now supports fish 🐟shell with full history cmds search capability!
  • #24 - you can now export your corgi snippet to a shell script executable and have it run on any machine without having to install corgi! (see https://github.com/DrakeW/corgi#export-snippets-to-json-and-shell-script for details)
  • #22 - (breaking change) If you run corgi on machine with XDG_CONFIG_HOME specified, the config dir will be $XDG_CONFIG_HOME/corgi. So please move your contents from $HOME/.corgi to $XDG_CONFIG_HOME/corgi to avoid losing your snippets if necessary.