summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2016-02-10 16:34:05 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2016-03-03 11:32:11 -0800
commit5d5bb5a27a4717d04e1c2a2a457758f8584215d8 (patch)
tree9494f1a4056b3b42e9c8e75326d45d991aaa8af7 /README
parent1b5fb027a0f7fcc84f58f18e06c8661fde17a34d (diff)
README: add shell completions
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index e371746e9..535a26e28 100644
--- a/README
+++ b/README
@@ -318,6 +318,16 @@ result if there are no subtests. This means that the number shown by 'piglit
run' will be less than or equal to the number calculated by 'piglit summary'.
+3.3 Shell Completions
+---------------------
+
+Piglit has completions for bash, located in completions/bash/piglit. Once this
+file is sourced into bash `piglit` and `./piglit` will have tab completion
+available. For global availability place the file somewhere that bash will
+source the file on startup. If piglit is installed and bash-completions are
+available, then this completion file will be installed system-wide.
+
+
4. Available test sets
----------------------