Skip to content

v1.1

Choose a tag to compare

@lordofscripts lordofscripts released this 11 Dec 20:10
· 5 commits to main since this release

Added tty package which is a collection of simple functions for using the console/terminal with ANSI colors and cursor addressing.

  • Print beautifully on the console using colors (if supported by terminal). See cmd/demo-tty
  • Cursor addressing on the console terminal
  • A simple tty.ShowProgressBar() function with 3 progress bar styles.

Change Log

Full Changelog: v1.0.2...v1.1