summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-03 13:31:31 +0100
committerCanop <cano.petrole@gmail.com>2020-02-03 13:31:31 +0100
commitf21ff81ae93329584250c690acb4360afb834a65 (patch)
tree82fc2231b3f0e810212213318d14f4b69a85e546 /README.md
parentacc1486032aaad94fc852f3001e6b13bbeecfe11 (diff)
cached background computation of git status
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6aef3a9..f013e0c 100644
--- a/README.md
+++ b/README.md
@@ -116,5 +116,11 @@ And you keep all broot tools, like filtering or the ability to delete or open fi
Sizes are computed in the background, you don't have to wait for them when you navigate.
+### check git statuses:
+
+![size](img/20200203-git.png)
+
+Use `:gf` to display the statuses of files (what are the new ones, the modified ones, etc.), the current branch name and the change statistics.
+
## Further Reading
See **[Broot's web site](https://dystroy.org/broot)** for instructions regarding installation and usage.