Update readme

This commit is contained in:
Stephan Dilly 2020-04-03 16:47:30 +02:00
parent b8debcf87f
commit 905d1e6d03

View File

@ -1,10 +1,8 @@
<div align="center"> <h1 align="center">
<img width="400px" src="assets/logo2.png" /> <img width="400px" src="assets/logo2.png" alt="gitui"/>
<h1>gitui</h1>
![CI][s0] [![crates][s1]][l1] ![MIT][s2] [![LOC][s3]][l3] [![UNSAFE][s4]][l4] ![CI][s0] [![crates][s1]][l1] ![MIT][s2] [![LOC][s3]][l3] [![UNSAFE][s4]][l4]
</h1>
</div>
[s0]: https://github.com/extrawurst/gitui/workflows/CI/badge.svg [s0]: https://github.com/extrawurst/gitui/workflows/CI/badge.svg
[s1]: https://img.shields.io/crates/v/gitui.svg [s1]: https://img.shields.io/crates/v/gitui.svg
@ -60,7 +58,6 @@ GITUI_LOGGING=true gitui
# todo for 0.1 (first release) # todo for 0.1 (first release)
* [ ] better help command
* [ ] confirm destructive commands (revert/reset) * [ ] confirm destructive commands (revert/reset)
* [ ] (un)staging selected hunks * [ ] (un)staging selected hunks
* [ ] publish as homebrew-tap * [ ] publish as homebrew-tap