summaryrefslogtreecommitdiffstats
path: root/python/python3-simple-term-menu/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-simple-term-menu/README')
-rw-r--r--python/python3-simple-term-menu/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-simple-term-menu/README b/python/python3-simple-term-menu/README
new file mode 100644
index 0000000000..587cb8c6d3
--- /dev/null
+++ b/python/python3-simple-term-menu/README
@@ -0,0 +1,6 @@
+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.
+