summaryrefslogtreecommitdiffstats
path: root/python/python3-simple-term-menu/README
blob: 587cb8c6d338f224f04a8c42455b4ce34cf7898f (plain)
Creates simple menus for interactive command line programs.
It can be used to offer a choice of different options to the user.
Menu entries can be selected with the arrow, j/k, or emacs (C-n/C-p).
The module uses the terminfo database to detect terminal features
automatically and disables styles that are not available.