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
First of all, let me thank you for this fantastic tool, it's impressive work, and so complete and usable!
When writing gitoxide I always thought that I want to use it to one day implement such a tool, and now it looks like it's already in progress :)!
The only real difference I envisioned is that it would start out without using fullscreen mode in the terminal to resemble a git status more (allowing it to be used instead of git status), while allowing interactive usage and only when needed would it would hop into fullscreen mode. Of course, this isn't a feature request, but I thought you might find it interesting.
In any case, I will use gitu more now and think it will be a real timesaver!
Happy to hear! I think there's a lot left to do with Gitu, trying to iron out some refactoring work, fixing problems. But to open it up in a split would be interesting, perhaps in combination with the idea of opening it up like a picker (like fzf).
Gitoxide is a Rust-equivalent of libgit2 (currently used by gitu).
It may prove easier to use, as well at being fast at cloning large repos.
It is not feature-complete. But Gitu still currently falls back to CLI Git for things that don't involve parsing.
https://github.com/Byron/gitoxide
The text was updated successfully, but these errors were encountered: