Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

term

Go Reference Go Report Card

Simple helpers for formatting terminal output

Usage

w := term.New()
w.Set(term.Yellow)
link := w.With(term.Blue, term.Underline)
fmt.Fprintf(w, "The url %s is used for examples\n", link.Render("https://example.com/"))

Installation

$ go get github.com/madss/term

License

MIT

Author

Mads Sejersen (a.k.a madss on github)

About

Useful tools for working with formatting and colors on the terminal

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages