From 0a541a398ea6f58b17b9b3ed43c1d140d060a06e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 13 Jun 2020 02:16:06 +0200 Subject: [PATCH] more features --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2d00d23..76db9639 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ blazing fast terminal-ui for git written in rust # features * fast and intuitive key only control -* context based help (**no** need to remember any hot-key) -* inspect/commit changes (incl. hooks: *commit-msg*/*post-commit*) +* context based help (**no** need to remember tons of hot-keys) +* inspect/commit/amend changes (incl. hooks: *commit-msg*/*post-commit*) * (un)stage files/hunks, revert/reset files/hunk -* stashing (save, apply, drop) -* browse commit log -* scalable ui layout +* stashing (save, apply, drop, inspect content) +* browse commit log, diff committed changes +* scalable terminal ui layout * async [input polling](assets/perf_compare.jpg) and * async git API for fluid control