File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ Crates that seem feature complete and need to see some more use before they can
125
125
* [ git-pathspec] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-pathspec )
126
126
* [ git-subomdule] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-submodule )
127
127
* [ git-tui] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-tui )
128
+ * [ git-tix] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-tix )
128
129
* [ git-bundle] ( https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-bundle )
129
130
130
131
### Stress Testing
Original file line number Diff line number Diff line change @@ -484,6 +484,10 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
484
484
### git-tui
485
485
* _ a terminal user interface seeking to replace and improve on ` tig ` _
486
486
* Can display complex history in novel ways to make them graspable. Maybe [ this post] can be an inspiration.
487
+
488
+ ### git-tix
489
+
490
+ A re-implementation of a minimal ` tig ` like UI that aims to be fast and to the point.
487
491
488
492
[ tagname-validation ] : https://github.com/git/git/blob/master/Documentation/technical/protocol-common.txt#L23:L23
489
493
[ this post ] : http://blog.danieljanus.pl/2021/07/01/commit-groups/
You can’t perform that action at this time.
0 commit comments