diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:18:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:18:26 +0100 |
commit | 9dcd49e2dade1637d920158b0390eb99615430a4 (patch) | |
tree | 8cd263f94be8629fe382a8f3fd99a415c49e7f50 /README | |
parent | improve makefile and move info/ into doc/ (diff) | |
download | auto-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 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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) |