tblfmt icon indicating copy to clipboard operation
tblfmt copied to clipboard

streaming, buffered table encoder for result sets (ie from a database)

Results 7 tblfmt issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.15.0. Commits 8d533a0 encoding/charmap: update UCM spec file URL prefix See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.14.0&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies

To support jsonl in [usql](https://github.com/xo/usql), we added support for jsonl format to tblfmt.

Adds extraNewline option. When set, the printed table will be followed by an empty line. Necessary for usqls [PR362](https://github.com/xo/usql/pull/362) to avoid printing the newline from usql code. The option is...

Greatly reduce memory allocations. Unfortunately, CPU usage is only slightly lower. Summary of changes: * use `sync.Pool` for `Values` and free them after done drawing, headers are not freed *...

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.15 to 0.0.16. Commits 6ceadc6 Support Unicode 15.1.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-runewidth&package-manager=go_modules&previous-version=0.0.15&new-version=0.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.16.0. Commits 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands 59e1219 message: optimize lookupAndFormat function for better performance a20a3e2 x/text: update x/tools for go/ssa...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.21.0 to 0.23.0. Commits 566b44f go.mod: update golang.org/x dependencies d5156da collate/build: do not use println in tests 221d88c x/text: fix scientific notation by removing extraneous spaces b18c107...

dependencies