From 3e94681df57f2756e906a39ef79b05ef3c2d50c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Feb 2025 20:19:49 +0100 Subject: Change license, clean up file structure, remove info manual and extend man page, and simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/man/auto-auto-complete.1 | 70 -------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 doc/man/auto-auto-complete.1 (limited to 'doc/man/auto-auto-complete.1') 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 . -.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 -- cgit v1.2.3-70-g09d2