Skip to content

Releases: chinarjoshi/acronym

v1.0.1

06 Jan 07:36
14063e2
Compare
Choose a tag to compare

Changelog

  • Fixed bug that would cause a segfault when no subcommand is passed but options are
  • Make -g show the path of the global alias file instead of no arguments
  • Divided help text into short and long options to avoid cluttering the screen

v1.0.0

05 Jan 23:52
Compare
Choose a tag to compare

First production ready release. There are 3 database scopes and 4 operations (CRUD):

  • create adds a new alias to the database by providing the command.
  • read shows your aliases in TOML format, optionally filtered by the given patterns.
  • update edits the database in TOML format using your default editor.
  • delete remove aliases or whole sections from the database.

v0.1.0

19 Jul 00:49
6d25cf7
Compare
Choose a tag to compare

Features

  • Base commands are acronym (add | rm | edit | change | suggest | print | help)
  • Comes with aliases for all commands above registered
  • acronym install script edits shell rc to source the aliases file and the completion script