[Piglit] [PATCH 3/3] README: add shell completions
Dylan Baker
baker.dylan.c at gmail.com
Thu Feb 11 02:23:34 UTC 2016
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
README | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README b/README
index e371746..535a26e 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
----------------------
--
2.7.1
More information about the Piglit
mailing list