1 مستودع
Mechanisms for sourcing plugins that allow for precise unloading or high-speed execution.
Distinct from Zsh Plugin Managers: Specifically addresses the loading mechanism (tracked vs untracked) rather than general manager functions.
Explore 1 awesome GitHub repository matching part of an awesome list · Tracked Plugin Loading. Refine with filters or upvote what's useful.
Zinit is a Zsh plugin manager designed for downloading, loading, and updating extensions and snippets for the Z shell. It functions as a performance optimizer, a shell binary installer, and a completion manager, providing a framework for shell lifecycle automation and the registration of tab completion definitions. The project distinguishes itself through advanced startup optimization, utilizing bytecode compilation, configuration caching, and deferred loading to reduce shell boot times. It further differentiates its plugin execution model by supporting the sourcing of individual remote code
Sources extensions with options for tracked loading to enable efficient unloading or high-speed startup.