Jan Damm

Results 91 comments of Jan Damm

Yes, that's currently not possible. It's possible to specify a branch or tag but not a commit. Currently `zgenom` only clones the last commit (`--depth=1`) of the specified branch. So...

Thanks @hauntsaninja! I found a similar snippet while working on a CI pipeline but haven't found the time to implement it yet. It might need some tweaks to properly work...

Hi, I've created a maintained fork of zgen - dubbed zgenom - which fixes some bugs as well as introducing new features. Please let me know what you think of...

Hi @scalp42, `zgen` is mostly unmaintained. I've created a fork called [zgenom](https://github.com/jandamm/zgenom) which has more features and some bugfixes. It's also 100% backwards compatible. To answer your question: You're right...

I've fixed this issue at [zgenom](https://github.com/jandamm/zgenom). Your solution prohibits the user to manually load a file which starts with `_`. `zgen load path/to/_file.sh` would not source this file.

I've created a maintained fork of zgen - dubbed zgenom - which fixes some bugs as well as introducing new features like lazy loading and compiling the source files which...

I've had a look at zgen and the main issue implementing a feature like this is that in the current state zgen only knows what plugins are loaded in the...

I've added `zgenom clean` to my fork which removes all plugins not used in the current session. 👍

Hi @psprint, I've forked zgen (see [zgenom](https://github.com/jandamm/zgenom)). I'd like to support the `zsh plugin standard` but I'm not really sure of the benefit of most "rules". - `$ZERO` why not...

Hi, I've resurrected zgen in my fork [zgenom](https://github.com/jandamm/zgenom). Among other things, I've added these features: - compiling plugins & lazy loading - support for executables `zgenom bin` - full support...