From ddf403990084e2bc2c3e9502b4051d162432ca90 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 27 Nov 2015 05:43:02 +0100 Subject: add shell tab-completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/xpybar.auto-completion | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/xpybar.auto-completion (limited to 'src') diff --git a/src/xpybar.auto-completion b/src/xpybar.auto-completion new file mode 100644 index 0000000..677674d --- /dev/null +++ b/src/xpybar.auto-completion @@ -0,0 +1,17 @@ +(xpybar + (argumented (options -c --configurations) (complete --configurations) (files -f) (arg FILE) + (desc 'Select configuration script')) + + (unargumented (options -h -? --help) (complete --help) + (desc 'Print this help information')) + + (unargumented (options -v --version) (complete --version) + (desc 'Print program name and version')) + + (unargumented (options -C --copying --copyright) (complete --copying) + (desc 'Print copyright information')) + + (unargumented (options -W --warranty) (complete --warranty) + (desc 'Print non-warranty information')) +) + -- cgit v1.2.3-70-g09d2