[ 原始碼: golang-github-alecthomas-colour ]
套件:golang-github-alecthomas-colour-dev(0.0~git20160524.60882d9-1.1)
golang-github-alecthomas-colour-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alecthomas-colour:
- [golang-github-alecthomas-colour_0.0~git20160524.60882d9-1.1.dsc]
- [golang-github-alecthomas-colour_0.0~git20160524.60882d9.orig.tar.xz]
- [golang-github-alecthomas-colour_0.0~git20160524.60882d9-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Quake-style colour formatting for Unix terminals
Go package colour provides Quake-style colour formatting for Unix terminals.
The package level functions can be used to write to stdout (or strings or other files). If stdout is not a terminal, colour formatting will be stripped.
Example:
colour.Printf("^0black ^1red ^2green ^3yellow ^4blue ^5magenta ^6cyan ^7white^R\n")
For more control, a Printer object can be created with various helper functions. This can be used to do useful things such as strip formatting, write to strings, and so on.
其他與 golang-github-alecthomas-colour-dev 有關的套件
|
|
|
|
-
- dep: golang-github-mattn-go-isatty-dev
- Golang library to implementation isatty interface