You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would you consider integrating with romkatv/gitstatus?
this would improve git module performance, and benefit to #5 (since gitstatus has its own cache) without requiring further work
The text was updated successfully, but these errors were encountered:
It's certainly possible to integrate that as a new module, but I have no intention of replacing the existing git module with it. If you or someone else wants to write a module for it I'd be happy to consider including it in the repo, or you could just use it for personal use. The module should be pretty simple to write for someone familiar with gitstatus.
That said, it's unlikely to help with #5. The issue with that isn't a lack of cache, it's a lack of properly formatted cache. The scrollback theme can have an entirely different configuration than the main theme with different colors, value representations, and items. For a simpler module with no configuration available it would be extremely easy to pull that from the existing cache, but for one with a customizable output we would need to rebuild the entire output using the new configuration.
It's not impossible to do and probably not all that difficult to implement now that I've put some thought into it. If there's enough demand for it I think I can get it added in. It's not something I care about so it wasn't a thing I thought to implement during development.
Hi, would you consider integrating with romkatv/gitstatus?
this would improve git module performance, and benefit to #5 (since gitstatus has its own cache) without requiring further work
The text was updated successfully, but these errors were encountered: