Sebastian Gniazdowski
Sebastian Gniazdowski
@alichtman `make doc` didn't help, the generated docs still differ from container's docs.
I think that it is sufficient to copy man page to `$ZPFX/man`, because `man` searches in locations derived from PATH. If I remove `$ZPFX/bin` from `$PATH` then `zinit.1` isn't found....
@vladdoster: I've reset to skip the faulty zsdoc commit. There are no conflicts now.
The `(1)` and `SYNOPSIS` are because the `asciidoc`-package command `a2x` can convert to manpage if beginning of document is like that. Not sure if `asciidoctor` converter has the same requirements,...
As for the synopsis, zsd now supports a special block ``` # synopsis {{{my synopsis, can be multi-line}}} ``` I'll take a look at the general condition of the documentation...
I think that yes, but with a cost – to convert the AsciiDoc to Markdown. I could either add option to ZshellDoc to generate Markdown – from which my project...
I've tried the markdown on RTD and it doesn't look the same as as good as rST: https://zplugin.readthedocs.io/. The theme is different and I think that it's subpar to the...
Currently I'm doing "one more subsystem for Zplugin" thinking, for a week now. I'm trying to make `Zplugin` additionally sophisticated. So I'm pretty tired after implementing previous updates and now...
I'm slightly disappointed about the level of attention you described that `zshdb` gets. I could invest time in this project as I'm seeing `scripts` `->` `real-software` switch happening, and want...
Could you spare some time for this? It's really simple to fix, unless the author does serious contemplation on adequate color name. I can see that's possible, I can maybe...