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 -
corgi
now 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
corgi
on machine withXDG_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 🐶
CHANGELOG:
v0.2.1 release 🐶
CHANGELOG:
- added
remove
command - incremental search interface for
exec
,edit
,describe
,remove
andexport
-- 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 toexec
- added
--use-default
flag 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
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 fromexec
andedit
commands, and now supportscorgi exec/edit <title>
directly - Updated display of
corgi list
command
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
exec
command
v0.1.0-alpha Release 🐶
Here's the v0.1.0-alpha (first) release of Corgi - Hooray!
Features included:
new
command to create snippetlist
command to list all snippetsexec
command to execute a snippetedit
command to edit a snippetconfig
command to configure the CLI tool