-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Single file plugins/compleaters #20
Comments
Pull request #26 patches this in. |
Single file or local plugin (directory) can be installed via:
|
This doesn't satisfy the feat request above. It doesn't add anything useful that zsh doesn't provide natively. IMO, a plugin manager, at a minimum, should support two features: 1) install plugins; 2) manage updates. This does neither with regards to the single file plugins mentioned above. I love and applaud the minimal goal. But for my purposes, Zap fails for leaning to far toward the minimal and not being complete. I was hoping for something between the two extremes of a simple handwritten load function and one of the many over-the-top 10k lines of wacky. This is too close to the former; that's fine if that is your goal; no offense intended. For now, for me, I've settled on antidote, probably still a little much, but it meets my min reqs for a plugin manager. |
My mistake, I misunderstood the original request. So reopened. |
Hello, may I ask when this function will be implemented?
|
zapplug "https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/git/git.plugin.zsh"
zapcmp "https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker"
The text was updated successfully, but these errors were encountered: