diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:50:24 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:50:24 +0100 |
| commit | 76a75f0eec01609cc76badc960fd9385affd40b1 (patch) | |
| tree | a184974b04d322cd6a2a3b41a124a3087fc3cd92 /README | |
| parent | Remove old make rule (diff) | |
| download | auto-auto-complete-7.2.3.tar.gz auto-auto-complete-7.2.3.tar.bz2 auto-auto-complete-7.2.3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ NAME - auto-auto-complete - Autogenerate shell auto-completion scripts + auto-auto-complete - Auto-generate shell auto-completion scripts SYNOPSIS auto-auto-complete shell (-w command | -o output -s source [variable=value] ...) @@ -9,7 +9,7 @@ DESCRIPTION auto-auto-complete provides a LISP-like declarative language for creating auto-completion scripts for commands in a shell-agnostic way. - However, auto-auto-complete's language is limited in comparsion to + However, auto-auto-complete's language is limited in comparison to for example raw auto-completion scripts for the bash shell, however it is well enough for most projects. @@ -43,7 +43,7 @@ OPERANDS of values for that variable. RATIONALE - Noone really wants to write shell auto-completion scripts, + No one really wants to write shell auto-completion scripts, especially not for more than one shell. But of course we want to have it. |
