You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ This crawler is written in Rust and uses the `walkdir` crate to traverse the dir
10
10
- Uses `sqlx` to write the data to a postgres database.
11
11
- Estimates the disk usage of a folder, using a recursive query in the database.
12
12
13
+
## Use Cases
14
+
- Calculate the disk usage of an especially large directory.
15
+
- If looking for something more lightweight, consider using the `du` command or [parallel-disk-usage](https://github.com/KSXGitHub/parallel-disk-usage) instead.
16
+
- See the owner of the files and directories.
17
+
- Most other programs do only look at the size of the files and directories.
0 commit comments