[ Source: golang-github-muesli-ansi ]
Package: golang-github-muesli-ansi-dev (0.0~git20211031.c9f0611-2)
Links for golang-github-muesli-ansi-dev
Debian Resources:
Download Source Package golang-github-muesli-ansi:
- [golang-github-muesli-ansi_0.0~git20211031.c9f0611-2.dsc]
- [golang-github-muesli-ansi_0.0~git20211031.c9f0611.orig.tar.xz]
- [golang-github-muesli-ansi_0.0~git20211031.c9f0611-2.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
- golang-pault-go-technicolor-dev
- golang-github-graylog2-go-gelf-dev
- golang-github-wellington-go-libsass-dev
- golang-nhooyr-websocket-dev
- golang-github-k0kubun-go-ansi-dev
- golang-github-juju-ansiterm-dev
- golang-github-facebookgo-atomicfile-dev
- golang-github-muesli-reflow-dev
- golang-github-davecgh-go-xdr-dev
- golang-github-fatih-color-dev
- golang-github-shurcool-httpfs-dev
raw ANSI sequence helpers for Go
Package ansi provides raw ANSI sequence helpers for Go.
ANSI Writer
import "github.com/muesli/ansi"
w := ansi.Writer{Forward: os.Stdout} w.Write([]byte("\x1b[31mHello, world!\x1b[0m")) w.Close()
Compressor
The ANSI compressor eliminates unnecessary/redundant ANSI sequences.
import "github.com/muesli/ansi/compressor"
w := compressor.Writer{Forward: os.Stdout} w.Write([]byte("\x1b[31mHello, world!\x1b[0m")) w.Close()
Other Packages Related to golang-github-muesli-ansi-dev
|
|
|
|
-
- dep: golang-github-mattn-go-runewidth-dev
- functions to get fixed width of the character or string
Download golang-github-muesli-ansi-dev
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 5.2 kB | 30.0 kB | [list of files] |