Tint v0.0.1 release

After announcing tint development, I’m really excited to release tint (v0.0.1) with Tint Color Expressions.

Tint color expressions help you color your terminal output inline with string specification.

A small demo:

package main

import (
    "fmt"
    "github.com/printzero/tint"
)

func main() {
    t := tint.Init()
    fmt.Println(t.Exp("I want to print, r|THIS|!"))
}

will give you this output

demo text

Take a look at this section of doc for more information.

Do let me know about any new feature additions or issues in this module.

3 Likes

This is cool!
I’m going to give it a spin in my status bar repo.
Thanks for sharing. :nerd_face:

Glad that you guys liked it!

@jrswab do let me know if you want to see some more additions to this module or face any issues.

1 Like

Will do! I should have time to implement the repo this week. Feel free to DM me if you want to collaborate more.
:muscle::nerd_face:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.