Releases: TLINDEN/tablizer
v1.0.7
Release
Pattern parameter fix, add --invert-match more unit tests
Pattern matching did not work, because the (new) help subcommand lead to cobra taking care of the first arg to the program (argv[1]). So now there's a new parameter -m
which displays the manpage and no more subcommands.
A new option has been added: --invert-match -v
which behaves like the same option in grep(1): it inverts the pattern match.
Also, a few more unit tests has been added.
Minor cleanups and internal enhancements
Fixed go namespace, add git info to version in develop branch and added an internal manpage viewer (tablizer help
) for users w/o man(1)
or local install.
Feature release
- added shell mode, which can be used to further process table output in a shell script using eval
- a little bit more refactoring and optimization
Refactoring + more output modes
Code has been refactored and simplified, now using Tablewriter which we use to support more output modes. Added unit tests (not everything covered yet).
first release
Everything seems to work now as expected.
First release
This is the first release, it contains a working program and documentation.