This repository was archived by the owner on Dec 13, 2025. It is now read-only.
Releases: TLINDEN/tablizer
Releases · TLINDEN/tablizer
v1.5.11
v1.5.10
Bug Fixes
Full Changelog: v1.5.9...v1.5.10
v1.5.9
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
Bug Fixes
Full Changelog: v1.5.7...v1.5.8
v1.5.7
v1.5.6
New Features
- Add JSON input support (#74) by TLINDEN
Miscellaneus Changes
- update dependencies
Full Changelog: v1.5.5...v1.5.6
v1.5.5
Miscellaneus Changes
- Approve ascii table, add --ofs flag, enhance documentation (#67) by TLINDEN
Full Changelog: v1.5.4...v1.5.5
v1.5.4
Bug Fixes
- Fix excess spaces on normal ascii table output (#66) by TLINDEN
Full Changelog: v1.5.3...v1.5.4
v1.5.3
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-fileparameter
Full Changelog: v1.5.2...v1.5.3
v1.5.2
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