mattmc3
mattmc3
Added Magic-Enter to the plugin list. For OMZ users, this is the fish version of this plugin: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/magic-enter
New antidote users from antigen might start showing up to try this project after this thread: https://github.com/zsh-users/antigen/issues/725 It probably would help those new users to have some docs specific to...
Currently, we support a handful of annotations for common usages. However, we could allow users to add 'hooks' or custom annotations for custom Zsh output. Something like `custom:myfunc` so that...
Antigen allows you to use `antigen use` for frameworks like Oh-My-Zsh. Antibody abandoned this in favor of not treating frameworks in any special way, but I think this can easily...
We don't need to maintain backwards compatibility with antibody forever. Commands like `antidote list` would benefit from not having to share an output format with legacy antibody.
If you go from `antidote bundle zsh-users/zsh-autosuggestions branch:develop` to `antidote bundle zsh-users/zsh-autosuggestions`, your repo's branch does not change.
Not quite sure how to fix this one yet: ```zsh [9] + 3966 done _antidote_cloneall $zsh_bundles ``` `setopt no_monitor no_notify` did not prevent this.
Per https://github.com/getantibody/antibody/issues/386: > Is it possible to pin a specific commit of a plugin in case of breaking changes?
When calling `wf.NewItem(title)`, the Item struct omits the `Valid` property in the Alfred JSON feedback with a value of `false`, which is really unfortunate because: 1. In the example above,...