diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-25 20:19:49 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-25 20:19:49 +0100 |
commit | 3e94681df57f2756e906a39ef79b05ef3c2d50c5 (patch) | |
tree | 6c4c92004c82ab948aea73659ff78504961302c7 /doc/man/auto-auto-complete.1 | |
parent | Remove dist (diff) | |
download | auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.gz auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.bz2 auto-auto-complete-3e94681df57f2756e906a39ef79b05ef3c2d50c5.tar.xz |
Change license, clean up file structure, remove info manual and extend man page, and simplify makefile
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | doc/man/auto-auto-complete.1 | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/doc/man/auto-auto-complete.1 b/doc/man/auto-auto-complete.1 deleted file mode 100644 index 1369be4..0000000 --- a/doc/man/auto-auto-complete.1 +++ /dev/null @@ -1,70 +0,0 @@ -.TH AUTO-AUTO-COMPLETE 1 AUTO-AUTO-COMPLETE -.SH NAME -auto-auto-complete - Autogenerate shell auto-completion scripts -.SH SYNOPSIS -.B auto-auto-complete -.I SHELL -.B \-o -.I OUTPUT -.B \-s -.I SOURCE -.RI [ VARIABLE \fB=\fP VALUE ]... -.br -.B auto-auto-complete -.I SHELL -.B \-w -.I COMMAND -.SH DESCRIPTION -.B auto-auto-complete -generates a shell auto-completion script for the shell -.IR SHELL , -from the file -.IR SOURCE , -and stores it to -.IR OUTPUT . -Or, if -.B \-w -is used, print to stdout where such generate file should -be installed for the command -.IR COMMAND , -and the shell -.IR SHELL . -.PP -When generating a file, a series of variables can defined -using the argument pattern \(aq'\fIVARIABLE\fP\fB=\fP\fIVALUE\fP\(aq. -.SH OPTIONS -.BR \-o ,\ \-\-output \ \fIOUTPUT\fP -The name of the file to generate. -.TP -.BR \-s ,\ \-f \,\ \-\-source ,\ \-\-file \ \fISOURCE\fP -The name of the file to parse. -.TP -.BR \-w ,\ \-\-where \ \fICOMMAND\fP -Print where the script shall be installed if the name of -the command is -.IR COMMAND . -.SH 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. -.SH "SEE ALSO" -.BR bash-completion , -.BR bash (1), -.BR fish (1), -.BR zsh (1) -.PP -Full documentation available locally via: info \(aq(auto-auto-complete)\(aq -.SH AUTHORS -Principal author, Mattias Andrée. See the COPYING file for the full -list of authors. -.SH LICENSE -Copyright \(co 2012, 2013, 2014, 2015 Mattias Andrée -.br -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -.br -There is NO WARRANTY, to the extent permitted by law. -.SH BUGS -Please report bugs to https://codeberg.org/maandree/auto-auto-complete/issues or to -m@maandree.se |