Skip to content

tlorens/go-ansiout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Example

package main

import (
  "fmt"
  "github.com/tlorens/ansiout"
)


func main() {
	ansiout.ClearScr()
	ansiout.Wait(5)
	ansiout.PrintFile("header.ans")

	ansiout.Color(7,1)
	fmt.Print("Grey on Blue Text")
}

Unfortunately, this is a bit dependent on my go-ibgetkey library.

Screenshot of what my intent was.

BBS Menu

About

Output ANSI Escape sequences for Go command line programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages