summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 17:56:15 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-15 17:56:15 +0800
commit2748500e395c4845488d332a83b4c5eeec1c64cb (patch)
tree0a5ce1d1bca1d3d5b3adadac4ad076ef50104c06
parent209eecf042761eba35be809ca22bc98af472acad (diff)
Update to the latest asciinema recording
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 844e67b..221a5e3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
**dua** (-> _Disk Usage Analyzer_) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible.
-[![asciicast](https://asciinema.org/a/au3neIHDGtYYj4blyTXR8VkJz.svg)](https://asciinema.org/a/au3neIHDGtYYj4blyTXR8VkJz)
+[![asciicast](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX.svg)](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX)
### Installation
@@ -21,6 +21,20 @@ dua *
dua aggregate --help
```
+### Interactive Mode
+
+Launch into interactive mode with the `i` or `interactive` subcommand. Get help on keyboard
+shortcuts with `?`.
+Use this mode to explore, and/or to delete files and directories to release disk space.
+
+Please note that great care has been taken to prevent accidential deletions due to a multi-stage
+process, which makes this mode viable for exploration.
+
+```bash
+dua i
+dua interactive
+```
+
### Roadmap
#### 🚧v2.1 - Various features and fixes as they come up while people are using it