Releases: junyu-w/corgi
Releases · junyu-w/corgi
v0.2.4 release 🐶
#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 🐶
CHANGELOG
- #23 -
corginow supportsfish🐟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
corgion machine withXDG_CONFIG_HOMEspecified, the config dir will be$XDG_CONFIG_HOME/corgi. So please move your contents from$HOME/.corgito$XDG_CONFIG_HOME/corgito avoid losing your snippets if necessary.
v0.2.2 release 🐶
CHANGELOG:
v0.2.1 release 🐶
CHANGELOG:
- added
removecommand - incremental search interface for
exec,edit,describe,removeandexport-- 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
--stepflag toexec - added
--use-defaultflag toexec - 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 🐶
CHANGELOG:
- Added
describecommand to display contents of a snippet - Added
import,exportcommands to support snippet sharing - Prettifies JSON before saving a snippet to file - easier read when editing
- Removed
-t/--titleoption fromexecandeditcommands, and now supportscorgi exec/edit <title>directly - Updated display of
corgi listcommand
v0.1.1-alpha 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
execcommand
v0.1.0-alpha Release 🐶
Here's the v0.1.0-alpha (first) release of Corgi - Hooray!
Features included:
newcommand to create snippetlistcommand to list all snippetsexeccommand to execute a snippeteditcommand to edit a snippetconfigcommand to configure the CLI tool