summaryrefslogtreecommitdiffstats
path: root/python/python3-shtab/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-shtab/README')
-rw-r--r--python/python3-shtab/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-shtab/README b/python/python3-shtab/README
new file mode 100644
index 0000000000..9f61b0703a
--- /dev/null
+++ b/python/python3-shtab/README
@@ -0,0 +1,8 @@
+shtab (Automagic Python CLI <TAB> completion)
+
+What: Automatically generate shell tab completion scripts for Python
+CLI apps
+Why: Speed & correctness. Alternatives like argcomplete and
+pyzshcomplete are slow and have side-effects
+How: shtab processes an argparse.ArgumentParser object to generate a
+tab completion script for your shell