Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2748500

Browse files
author
Sebastian Thiel
committed
Update to the latest asciinema recording
1 parent 209eecf commit 2748500

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**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.
22

3-
[![asciicast](https://asciinema.org/a/au3neIHDGtYYj4blyTXR8VkJz.svg)](https://asciinema.org/a/au3neIHDGtYYj4blyTXR8VkJz)
3+
[![asciicast](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX.svg)](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX)
44

55
### Installation
66

@@ -21,6 +21,20 @@ dua *
2121
dua aggregate --help
2222
```
2323

24+
### Interactive Mode
25+
26+
Launch into interactive mode with the `i` or `interactive` subcommand. Get help on keyboard
27+
shortcuts with `?`.
28+
Use this mode to explore, and/or to delete files and directories to release disk space.
29+
30+
Please note that great care has been taken to prevent accidential deletions due to a multi-stage
31+
process, which makes this mode viable for exploration.
32+
33+
```bash
34+
dua i
35+
dua interactive
36+
```
37+
2438
### Roadmap
2539

2640
#### 🚧v2.1 - Various features and fixes as they come up while people are using it

0 commit comments

Comments
 (0)