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
* async [input polling](assets/perf_compare.jpg) and
26
26
* async git API for fluid control
27
27
28
-
## motivation
28
+
# known limitations
29
+
30
+
* hooks don't work on windows
31
+
*[core.hooksPath](https://git-scm.com/docs/githooks) config not supported
32
+
* revert/reset hunk in working dir
33
+
34
+
# motivation
29
35
30
36
I do most of my git usage in a terminal but I frequently found myself using git UIs for some use cases like: index/commit, diff, stash and log.
31
37
32
38
Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com) because it was not bloated, snappy and free. Unfortunately the *free* part will [change soon](https://github.com/ForkIssues/TrackerWin/issues/571) and so I decided to build a fast & simple terminal tool myself to copy the fork features i am using the most.
33
39
34
-
## installation
40
+
# installation
41
+
42
+
For the time being this product is considered alpha and **not** production ready.
35
43
36
-
For the time being this product is considered alpha and not production ready, therefore I do not distribute binary versions yet, however feel free to build `gitui` and let me know what you think!
44
+
## homebrew
45
+
46
+
```
47
+
brew install extrawurst/tap/gitui
48
+
```
49
+
50
+
## install from source
37
51
38
52
### requirements
39
53
@@ -47,17 +61,13 @@ the simplest way to start playing around with `gitui` is to have `cargo` build/i
0 commit comments