diff options
| author | Trey Bastian <hello@treybastian.com> | 2025-11-25 15:43:29 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2025-11-25 15:43:29 +0000 |
| commit | 5be39d08148fcf9267f34c4bf888f32189c8ba82 (patch) | |
| tree | 36847e41b3521b6f1cd14a7be134fb5a4a0267b1 /README.md | |
| parent | 2c32423e75f76b8cb227f54c385d4a9f6f0f3db3 (diff) | |
updated to point to tangled
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,22 +1,23 @@ # colourize -[](https://godoc.org/github.com/TreyBastian/colourize) [](https://travis-ci.org/TreyBastian/colourize) [](https://coveralls.io/r/TreyBastian/colourize?branch=master) [](https://goreportcard.com/report/github.com/TreyBastian/colourize) +[](https://godoc.org/github.com/TreyBastian/colourize) [](https://travis-ci.org/TreyBastian/colourize) [](https://coveralls.io/r/TreyBastian/colourize?branch=master) [](https://goreportcard.com/report/github.com/TreyBastian/colourize) An ANSI colour terminal package for Go. Supports all ANSI colours and emphasis. Not compatible with Windows systems. -# Project is no longer maintained. -This project is no longer maintained. However it's also complete. It has not and will not be updated with new Go features. +This project is feature complete for what I created it for 10 years ago. + +Feel free to submit patches to patches@treybastian.com # Installation - go get github.com/TreyBastian/colourize + go get tangled.org/trebastian.com/colourize # Usage package main import ( - c "github.com/TreyBastian/colourize" + c "tangled.org/trebastian.com/colourize" "fmt" ) @@ -24,6 +25,3 @@ This project is no longer maintained. However it's also complete. It has not and fmt.Println(c.Colourize("Hello World!", c.Green, c.Whitebg, c.Bold)) } - -# Projects Using colourize -* [nettee](https://github.com/Manaphy91/nettee) |
