1 مستودع
Organization of shell completion scripts into individual files per command for selective loading.
Distinct from Shells & Scripting: Focuses on the structural distribution of completion files rather than general shell scripting
Explore 1 awesome GitHub repository matching operating systems & systems programming · Modular Completion Definitions. Refine with filters or upvote what's useful.
zsh-completions is a shell autocomplete plugin and library that provides a collection of completion definitions for the Zsh shell. It serves as a community-maintained repository of scripts designed to extend the shell's ability to suggest command arguments and flags for tools and applications not included in the default shell installation. The project focuses on integrating external command line tools with shell autocomplete features, enabling intelligent tab-completion for a wide variety of third-party utilities. This reduces typing effort by allowing users to discover available flags and ar
Organizes completion files by command name to allow selective loading into the shell environment.