[ trixie ]
[ sid ]
[ Bron: golang-github-shenwei356-stable ]
Pakket: golang-github-shenwei356-stable-dev (0.1.7-2)
Verwijzigingen voor golang-github-shenwei356-stable-dev
Debian bronnen:
Het bronpakket golang-github-shenwei356-stable downloaden:
- [golang-github-shenwei356-stable_0.1.7-2.dsc]
- [golang-github-shenwei356-stable_0.1.7.orig.tar.gz]
- [golang-github-shenwei356-stable_0.1.7-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
streaming pretty text table for Golang (library)
stable is a streaming pretty text table for Golang.
Features:
- Supporting streaming output (optional). When a writer is configured, a newly added row is formatted and written to the writer immediately. It is memory-effective for a large number of rows. And it is helpful to pipe the data in shell. - Supporting wrapping text or clipping text. The minimum and maximum width of the column can be configured for each column or globally. - Configured table styles. Some preset styles are also provided. - Unicode supported
Andere aan golang-github-shenwei356-stable-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-dustin-go-humanize-dev
- format units to human friendly sizes (Go library)
-
- dep: golang-github-mattn-go-runewidth-dev
- functions to get fixed width of the character or string