Skip to content

Releases: toumorokoshi/tome

bugfix: quoting all values

02 Feb 05:36
Compare
Choose a tag to compare

bugfixes

  • #1: all arguments are now quoted, ensuring no re-interpretation of shell arguments.

enabling multiple tomes with zsh

19 Aug 17:10
Compare
Choose a tag to compare

Fixing zsh completion with multiple instantiated sets

Creating multiple command sets with tome resluted in broken completion. This
was due to the autoload command reloading compinit multiple times, resulting
in the clearing of previously attached bash completions every time a command
set was created.1

moving --complete to first argument, always

06 Aug 16:09
Compare
Choose a tag to compare

API Changes:

--complete will always be the first argument of a script to indicate completion.

USAGE is now SUMMARY, ignore dotfiles

19 Jul 23:01
Compare
Choose a tag to compare

dotfiles and dotdirectories are now ignored as scripts

USAGE prefix is switched to SUMMARY prefix.

support for .tomeignore, USAGE

18 Jul 21:18
Compare
Choose a tag to compare
ignore directory support, alphabetical commands

Both listing of directories and completion are sorted alphabetically now

It is now possible to add a .tomeignore file to ignore a directory from
the command list.

fixed a bug where the help command did not work when quotes
were included.

support for usage now exists. USAGE prefixes are now what appears
with the help command, rather than the help docs.

v0.3.0: Releasing 0.3.0

05 Jul 05:48
Compare
Choose a tag to compare
New Features:

* added --help flag, which reads scripts and prints out help.

Bugfixes:

* completion now recieves the appropriate arguments
* sourcing scripts now passes in no arguments, if none are passed into tome. Previously this
  would pass in arguments of the tome function itself, which includes the top level function name.

0.2.0

09 Feb 22:58
Compare
Choose a tag to compare
  • Migrated to a single binary
  • documentation updated to reflect that

initial

08 Feb 06:37
Compare
Choose a tag to compare

The initial release of cookbook!