Gamma

Results 33 comments of Gamma

I started looking at this for [my own plugin](https://github.com/zsh-vi-more/vi-motions), and it gets super complex if you want to do it totally correctly. You could probably get away with this (accepts...

[My bot's `!eval`](https://github.com/xPMo/hemppa-bot/blob/master/modules/eval.py#L235) supports stdout, stderr, and exit code. I don't use `!cmd`, so I don't know what information is typically important. Just consider this permission to lift and take...

> It would mean that all of the things are configurable via a config file The only local state we try and store is login information. We keep as much...

The lookup will fail until you `!welcome_server welcome_message Your welcome message here`.

> But the lookup is failing in above command only. It doesn't fail when running `!welcome_server` at all, just when `matrix_poll` detects new users when no message has been configured....

@Aloxaf Let me know. ~~I think the easiest option would be to bring in my project as a submodule or subtree, and then you can load the functions after `fpath+=(${0:h}/zsh-ls-colors/lib)`.~~...

Yeah, you're right. For (1) subtree would still work afaik. Unfortunately, I don't see a way out of (2). Oh wait, I do see a way out of (2), hold...

Yeah, I just realized that [prefixing would work after posting that, and whipped up a quick fix for it](https://github.com/xPMo/zsh-ls-colors/tree/pfx). The sacrifice is that now all the functions have to be...

I've implemented zstyle lookup in the dev branch of [zsh-ls-colors](https://github.com/xPMo/zsh-ls-colors/pull/5). Currently it doesn't respond with the symlink target (or its colorization). Just trying to figure out the best way to...

How does nwg-wrapper know what to output? The full output to that point? The most recent line? The most recent 10 lines? However, this should be possible to script around,...