summaryrefslogtreecommitdiffstats
path: root/python/python3-simple-term-menu/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-simple-term-menu/slack-desc')
-rw-r--r--python/python3-simple-term-menu/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-simple-term-menu/slack-desc b/python/python3-simple-term-menu/slack-desc
new file mode 100644
index 0000000000..521a824deb
--- /dev/null
+++ b/python/python3-simple-term-menu/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-simple-term-menu: python3-simple-term-menu (creates simple menus for cli)
+python3-simple-term-menu:
+python3-simple-term-menu: Creates simple menus for interactive command line programs.
+python3-simple-term-menu: It can be used to offer a choice of different options to the user.
+python3-simple-term-menu: Menu entries can be selected with the arrow, j/k, or emacs (C-n/C-p)
+python3-simple-term-menu: The module uses the terminfo database to detect terminal features
+python3-simple-term-menu: automatically and disables styles that are not available.
+python3-simple-term-menu:
+python3-simple-term-menu: Homepage: https://github.com/IngoMeyer441/simple-term-menu
+python3-simple-term-menu:
+python3-simple-term-menu: