From e93c2432882af9a7da476139c74261ff1b27e857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Petry=C5=84ski?= Date: Wed, 21 Jun 2023 15:05:07 +0200 Subject: [PATCH] Update README.md Instructions for interactive mode --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 339bb1c91..9d1c5d804 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,17 @@ Flags: -s, --summarize Show only a total in non-interactive mode -v, --version Print version --write-config Write current configuration to file (default is $HOME/.gdu.yaml) + +In interactive mode: + ↑ or k Move cursor up + ↓ or j Move cursor down + → or Enter Go to highlighted directory + ← or h Go to parent directory + d Delete the selected file or directory + e Empty the selected directory + n Sort by name + s Sort by size + c Show number of items in directory ``` ## Examples