Categorygithub.com/petermattis/prompt
repositorypackage
0.0.0-20211119134157-8913e5d84e7e
Repository: https://github.com/petermattis/prompt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Prompt Go Reference

Prompt is a command line prompt editor with history, kill-ring, and tab completion. It was inspired by linenoise and derivatives which eschew usage of terminfo/termcap in favor of treating everything like a VT100 terminal. This is taken a bit further with support for additional input escape sequences that cover ~75% of the terminals in the terminfo database. A minimal set of output escape sequences is used for rendering the prompt.