All Projects → maandree → auto-auto-complete

maandree / auto-auto-complete

Licence: GPL-3.0, Unknown licenses found Licenses found GPL-3.0 LICENSE Unknown COPYING
Autogenerate shell auto-completion scripts

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to auto-auto-complete

coc-github
🐙 Github issue source for coc.nvim
Stars: ✭ 33 (+10%)
Mutual labels:  auto-completion
Jmp
You'll never use the cd cmd again.
Stars: ✭ 21 (-30%)
Mutual labels:  auto-completion
deoplete-solargraph
deoplete.nvim source for Ruby with solargraph.
Stars: ✭ 73 (+143.33%)
Mutual labels:  auto-completion
ddc.vim
Dark deno-powered completion framework for neovim/Vim8
Stars: ✭ 493 (+1543.33%)
Mutual labels:  auto-completion
Mycli
A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
Stars: ✭ 10,059 (+33430%)
Mutual labels:  auto-completion
Deoplete.nvim
🌠 Dark powered asynchronous completion framework for neovim/Vim8
Stars: ✭ 5,739 (+19030%)
Mutual labels:  auto-completion
NAME
	auto-auto-complete - Autogenerate shell auto-completion scripts

SYNOPSIS
	auto-auto-complete SHELL -o OUTPUT -s SOURCE [VARIABLE=VALUE]...
	auto-auto-complete SHELL -w COMMAND

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 -w 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'.

OPTIONS
	-o, --output OUTPUT
		The name of the file to generate.

	-s, -f, --source, --file SOURCE
		The name of the file to parse.

	-w, --where COMMAND
		Print where the script shall be installed if
		the name of the command is COMMAND.

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)

	Full documentation available locally via: info '(auto-auto-complete)'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].