Skip to content

omakeno/bashoverwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash Overwriter

Go Report Card

Overwrite previous lines on bash terminal.

This implements io.Writer interface.

Usage

writer := bashoverwriter.GetBashoverwriter()

fmt.Fprint(writer, "first line")
fmt.Fprint(writer, "second\nline")
fmt.Fprint(writer, "third\n\nline")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages