Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Releases: TLINDEN/tablizer

v1.5.11

14 Oct 05:20
f1aa9d0

Choose a tag to compare

New Features

  • add json output mode (-J) (#87) by TLINDEN

Full Changelog: v1.5.10...v1.5.11

v1.5.10

10 Oct 11:10
8bdb3db

Choose a tag to compare

Bug Fixes

  • fix #85: add --auto-headers and --custom-headers (#86) by TLINDEN

Full Changelog: v1.5.9...v1.5.10

v1.5.9

09 Oct 21:23

Choose a tag to compare

New Features

  • add some handy builtin character classes as split separators (#84) by TLINDEN
    Some examples:
    • -s :tab: split by tab, surrounding spaces will be eaten
    • -s :pipe: split by pipe character
    • -s :nonword: split by one or more non-word characters
  • fix short help spacing

For more predefined classes, refer to the manual page.

Full Changelog: v1.5.8...v1.5.9

v1.5.8

08 Oct 08:39

Choose a tag to compare

Bug Fixes

  • Fix json parser (#80) by TLINDEN

  • fix #78: use column order of -c when specified (#81) by TLINDEN

Full Changelog: v1.5.7...v1.5.8

v1.5.7

02 Oct 19:35
8c87da3

Choose a tag to compare

Miscellaneus Changes

  • show short help with -h (#76) by TLINDEN

Full Changelog: v1.5.6...v1.5.7

v1.5.6

01 Oct 19:18
6f0f5af

Choose a tag to compare

New Features

  • Add JSON input support (#74) by TLINDEN

Miscellaneus Changes

  • update dependencies

Full Changelog: v1.5.5...v1.5.6

v1.5.5

30 Sep 09:23
5f3f7c4

Choose a tag to compare

Miscellaneus Changes

  • Approve ascii table, add --ofs flag, enhance documentation (#67) by TLINDEN

Full Changelog: v1.5.4...v1.5.5

v1.5.4

29 Sep 18:49
687f4b7

Choose a tag to compare

Bug Fixes

  • Fix excess spaces on normal ascii table output (#66) by TLINDEN

Full Changelog: v1.5.3...v1.5.4

v1.5.3

11 Sep 17:10

Choose a tag to compare

Enhancements

  • Check if STDOUT is a tty and use this for interactive table, otherwise fall back to STDERR

Changes

  • Switched from asciicast to vhs to produce the demo.gif in the README. Highly recommended tool!

Fixes

  • fixed #64: documented the --read-file parameter

Full Changelog: v1.5.2...v1.5.3

v1.5.2

10 Sep 10:21

Choose a tag to compare

Enhancements

  • made a couple of style adjustments to the table editor ui, so that it works both on dark and light terminals.

Full Changelog: v1.5.1...v1.5.2