Skip to content

1axup/catui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catui

Chat TUI interface for Go Projects with cats

Current usage

To print something to the console

cat := Cat {
  Name: "Name" // Cat Name
  Icon: "cat1" // Icon Name
  IsBot: false // change to preferred mode
}

cat.Say("Meow")

To get user input

important_words := catui.Read() // returns a string

About

Chat TUI interface for Go Projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages