Skip to content

Releases: TLINDEN/tablizer

v1.0.7

11 Oct 16:40
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

Added

  • Added pattern highlighting support.

  • Added more unit tests.

Fixed

  • Fixed extended more output in combination with -c.

  • Fixed issue #4, the version string was missing.

Release

05 Oct 17:24
Compare
Choose a tag to compare

Rewrote parser, refactored a little bit more, added docs about regex pattern syntax and added new unit tests. Seems to be stable now.

Pattern parameter fix, add --invert-match more unit tests

05 Oct 07:43
Compare
Choose a tag to compare

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

04 Oct 14:17
Compare
Choose a tag to compare

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

03 Oct 11:39
f2acd2c
Compare
Choose a tag to compare
  • 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

02 Oct 13:06
2f46716
Compare
Choose a tag to compare

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

30 Sep 12:18
Compare
Choose a tag to compare

Everything seems to work now as expected.

First release

29 Sep 16:18
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first release, it contains a working program and documentation.