[ 源代码: golang-github-muesli-ansi ]
软件包:golang-github-muesli-ansi-dev(0.0~git20211031.c9f0611-2)
golang-github-muesli-ansi-dev 的相关链接
Debian 的资源:
下载源码包 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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- 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-go-quicktest-qt-dev
- golang-github-davecgh-go-xdr-dev
- golang-github-fatih-color-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()
其他与 golang-github-muesli-ansi-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-mattn-go-runewidth-dev
- functions to get fixed width of the character or string