# Packages
Package color provides functionality to displayed colored text on the terminal.
Package cursor provides functionality to interact with the terminal cursor.
Package log is a wrapper around the fmt package to print messages to the terminal.
No description provided by the author
Package prompt provides functionality to retrieve free-form text, selection, and confirmation input from the user via a terminal.
Package selector provides functionality for users to select an application, environment, or service name.
Package syncbuffer provides a goroutine safe bytes.Buffer as well printing functionality to the terminal.