|
1 | 1 | <h1 align="center">
|
2 | 2 | <img width="300px" src="assets/logo.png" />
|
3 | 3 |
|
4 |
| -[![CI][s0]][l0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3] [![ITCH][s4]][l4] [![DISC][s5]][l5] [![TWEET][s6]][l6] [![dep_status][s7]][l7] |
| 4 | +[![CI][s0]][l0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3] [![ITCH][s4]][l4] [![TWEET][s6]][l6] [![dep_status][s7]][l7] |
5 | 5 |
|
6 | 6 | </h1>
|
7 | 7 |
|
|
14 | 14 | [l3]: https://github.com/rust-secure-code/safety-dance/
|
15 | 15 | [s4]: https://img.shields.io/badge/itch.io-ok-green
|
16 | 16 | [l4]: https://extrawurst.itch.io/gitui
|
17 |
| -[s5]: https://img.shields.io/discord/723083834811220028.svg?logo=chat |
18 |
| -[l5]: https://discord.gg/7TGFfuq |
19 | 17 | [s6]: https://img.shields.io/twitter/follow/extrawurst?label=follow&style=social
|
20 | 18 | [l6]: https://twitter.com/intent/follow?screen_name=extrawurst
|
21 | 19 | [s7]: https://deps.rs/repo/github/extrawurst/gitui/status.svg
|
|
45 | 43 |
|
46 | 44 | - Fast and intuitive **keyboard only** control
|
47 | 45 | - Context based help (**no need to memorize** tons of hot-keys)
|
48 |
| -- Inspect, commit, and amend changes (incl. hooks: _pre-commit_,_commit-msg_,_post-commit_) |
| 46 | +- Inspect, commit, and amend changes (incl. hooks: *pre-commit*,*commit-msg*,*post-commit*) |
49 | 47 | - Stage, unstage, revert and reset files, hunks and lines
|
50 | 48 | - Stashing (save, pop, apply, drop, and inspect)
|
51 |
| -- Push/Fetch to/from remote |
| 49 | +- Push / Fetch to / from remote |
52 | 50 | - Branch List (create, rename, delete, checkout, remotes)
|
53 |
| -- Browse commit log, diff committed changes |
54 |
| -- Scalable terminal UI layout |
| 51 | +- Browse / **Search** commit log, diff committed changes |
| 52 | +- Responsive terminal UI |
55 | 53 | - Async git API for fluid control
|
56 | 54 | - Submodule support
|
57 | 55 |
|
|
0 commit comments