From 76fcdac0633dd9759e8289c4aa63cde57ef4856f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 19 Mar 2020 21:56:59 +0100 Subject: [PATCH] todos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63964ff0..cbe719e8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com * [x] inspect diffs * [x] commit * [x] [input polling in thread](assets/perf_compare.jpg) +* [ ] highlight current file being diffed * [ ] support non-root git folder wd * [ ] show content of new files * [ ] indicate file status (modified,added,removed) @@ -22,6 +23,7 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com * [ ] use [notify](https://crates.io/crates/notify) to watch git * [ ] log view * [ ] stashing support +* [ ] (un)staging selected hunks # resources (quick links)