All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support Go modules
- Improved documentation for GoDoc
- Navigation keys information for Windows
successtemplate was not properly displayed after a successful prompt.
- Background colors codes and template helpers
AllowEditfor prompt to prevent deletion of the default value by any key- Added
StartInSearchModeto allow starting the prompt in search mode
<Enter>key press on Windowsjuju/ansitermdependencychzyer/readline#136new api with ReadCloser- Deleting UTF-8 characters sequence
SelectWithAddpanicking on.Rundue to lack of keys setup- Backspace key on Windows
Selectitems can now be searched
- extract
promptuifrom torus as a standalone lib. promptui.Promptprovides a single input line to capture user information.promptui.Selectprovides a list of options to choose from. Users can navigate through the list either one item at time or by pagination