Skip to content

Releases: junyu-w/corgi

v0.2.4 release 🐶

16 Sep 06:38
Compare
Choose a tag to compare

#25 - Added multiline command support in step definition (https://github.com/DrakeW/corgi#multi-line-command-support)
#31 - Added ability to configure snippets directory path, which enables using services like Dropbox to make your snippets accessible on all your devices (https://github.com/DrakeW/corgi#choose-the-directory-to-store-all-your-snippets)
#33 - Added support for spaces in default value of template field

v0.2.3 release 🐶

26 Jun 06:27
Compare
Choose a tag to compare

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.

v0.2.2 release 🐶

09 Jun 22:47
7a1a11e
Compare
Choose a tag to compare

CHANGELOG:

  • #14 configure your filter cmd via corgi config --filter-cmd <fzf, peco, other>
  • #16 fixed the issue that snippet with duplicate title could be saved, add timestamp to dup title
  • #16 now after user editing title and save snippet json file, changes will be synced to meta file before next command

v0.2.1 release 🐶

08 Jun 07:06
f85db99
Compare
Choose a tag to compare

CHANGELOG:

  • added remove command
  • incremental search interface for exec, edit, describe, remove and export -- no need to type out snippet title anymore!
  • lift template field up to snippet level -- your defined template field can be reused across steps, and only need to enter it once for all!
  • added --step flag to exec
  • added --use-default flag to exec
  • producing two separate packages for macOS and Linux with arch=amd64
  • snippet json files are saved with indentation -- easier editing

v0.2.0-alpha release 🐶

05 Jun 06:53
Compare
Choose a tag to compare
Pre-release

CHANGELOG:

  • Added describe command to display contents of a snippet
  • Added import, export commands to support snippet sharing
  • Prettifies JSON before saving a snippet to file - easier read when editing
  • Removed -t/--title option from exec and edit commands, and now supports corgi exec/edit <title> directly
  • Updated display of corgi list command

v0.1.1-alpha release 🐶

04 Jun 05:22
Compare
Choose a tag to compare
Pre-release

Changes:

  • command execution supports env variable
  • supports <cmd 1> && <cmd 2> && ... in a single step definition
  • display error message to stdout
  • reduced visual noise of exec command

v0.1.0-alpha Release 🐶

04 Jun 03:38
Compare
Choose a tag to compare
Pre-release

Here's the v0.1.0-alpha (first) release of Corgi - Hooray!

Features included:

  • new command to create snippet
  • list command to list all snippets
  • exec command to execute a snippet
  • edit command to edit a snippet
  • config command to configure the CLI tool