Skip to content

Releases: dbalan/pipet

Allow arguments in editor configuration.

12 Jul 13:44
6dd8eac
Compare
Choose a tag to compare

Supports arguments for with editor command, for e.g
emacsclient -t

API should be considered stable now.

27 Mar 21:04
30f54ed
Compare
Choose a tag to compare

CHANGELOG

  • Search command is replaced show
  • Snippet ID is not needed for regular operations. show, edit and delete 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.

15 Mar 15:32
67aa556
Compare
Choose a tag to compare
  1. Revamped init command. Should work when $EDITOR is not set. (looking at you mac)
  2. Functionality of echo are merged into show
  3. New subcommand delete to delete snippets
  4. Changes in config file format.
  5. Tested with OS X

Testing the build system

06 Mar 17:16
Compare
Choose a tag to compare

Don't use this.

Usable, with rough edges. :)

06 Mar 18:23
7ef383a
Compare
Choose a tag to compare
Merge pull request #3 from dbalan/init_command

Init command