aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-02 10:18:26 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-02 10:18:26 +0100
commit9dcd49e2dade1637d920158b0390eb99615430a4 (patch)
tree8cd263f94be8629fe382a8f3fd99a415c49e7f50 /README
parentimprove makefile and move info/ into doc/ (diff)
downloadauto-auto-complete-9dcd49e2dade1637d920158b0390eb99615430a4.tar.gz
auto-auto-complete-9dcd49e2dade1637d920158b0390eb99615430a4.tar.bz2
auto-auto-complete-9dcd49e2dade1637d920158b0390eb99615430a4.tar.xz
add rationale and man page
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 531920c..afaee77 100644
--- a/README
+++ b/README
@@ -8,12 +8,18 @@ SYNOPSIS
DESCRIPTION
auto-auto-complete generates a shell auto-completion script for
the shell SHELL, from the file SOURCE, and stores it to OUTPUT.
- Or, if --where is used, print to stdout, where such generate
- file should be stored for the command COMMAND, and the shell SHELL.
+ Or, if --where is used, print to stdout where such generate
+ file installed be stored for the command COMMAND, and the shell
+ SHELL.
When generating a file, a series of variables can defined using
the argument pattern 'VARIABLE=VALUE'.
+RATIONALE
+ Noone really wants to write shell auto-completion scripts,
+ especially not for more than one shell. But of course we
+ want to have it.
+
SEE ALSO
bash-completion, bash(1), fish(1), zsh(1)