From 2748500e395c4845488d332a83b4c5eeec1c64cb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 15 Jun 2019 17:56:15 +0800 Subject: Update to the latest asciinema recording --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3