Releases: dbalan/pipet
Releases · dbalan/pipet
Allow arguments in editor configuration.
API should be considered stable now.
CHANGELOG
- Search command is replaced show
- Snippet ID is not needed for regular operations.
show
,edit
anddelete
will bring up a search interface if no ID is specified. - Project will follow semver from this version
- Implements a new command
filepath
to get absolute path to snippet file.
API changes.
- Revamped
init
command. Should work when$EDITOR
is not set. (looking at you mac) - Functionality of
echo
are merged intoshow
- New subcommand
delete
to delete snippets - Changes in config file format.
- Tested with
OS X
Testing the build system
Don't use this.
Usable, with rough edges. :)
Merge pull request #3 from dbalan/init_command Init command