Releases: toumorokoshi/tome
Releases · toumorokoshi/tome
bugfix: quoting all values
bugfixes
- #1: all arguments are now quoted, ensuring no re-interpretation of shell arguments.
enabling multiple tomes with zsh
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
API Changes:
--complete will always be the first argument of a script to indicate completion.
USAGE is now SUMMARY, ignore dotfiles
dotfiles and dotdirectories are now ignored as scripts
USAGE prefix is switched to SUMMARY prefix.
support for .tomeignore, USAGE
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
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
- Migrated to a single binary
- documentation updated to reflect that
initial
The initial release of cookbook!