Skip to content

geremarchive/tinyscr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinyscr

About

tinyscr is a simple go package for developing interactive terminal interfaces that don't take up the whole screen

Functions

func Getch() (rune, error)
func HideCursor()
func ShowCursor()
func Up(n int)
func Down(n int)
func Right(n int)
func Left(n int)
func Cursor(row, column int)

About

🖥️ tiny terminal package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages