Skip to content

Commit 63bd89c

Browse files
committed
basic info about tix (#325)
1 parent 31d1882 commit 63bd89c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Crates that seem feature complete and need to see some more use before they can
125125
* [git-pathspec](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-pathspec)
126126
* [git-subomdule](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-submodule)
127127
* [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)
128129
* [git-bundle](https://github.com/Byron/gitoxide/blob/main/crate-status.md#git-bundle)
129130

130131
### Stress Testing

crate-status.md

+4
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,10 @@ See its [README.md](https://github.com/Byron/gitoxide/blob/main/git-lock/README.
484484
### git-tui
485485
* _a terminal user interface seeking to replace and improve on `tig`_
486486
* 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.
487491

488492
[tagname-validation]: https://github.com/git/git/blob/master/Documentation/technical/protocol-common.txt#L23:L23
489493
[this post]: http://blog.danieljanus.pl/2021/07/01/commit-groups/

0 commit comments

Comments
 (0)