summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-29 09:25:08 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-29 09:25:28 +0800
commit60f432417fe2adbbd54de7293f1c3ffcd45365f7 (patch)
tree753c7fb2dce142b398630aad285901acf6cf2f7f
parent41f0e6d37448535af0bf3ce504e62ec622a2dc74 (diff)
Add similar programs to README
Adapted from https://github.com/KSXGitHub/parallel-disk-usage
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index af790e4..3b17c06 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,21 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
* The limitation is imposed by the underlying [`petgraph`][petgraph] crate, which declares it as `unsafe` to use u64 for instance.
* It's possibly *UB* when that limit is reached, however, it was never observed either.
+### Similar Programs
+
+* **CLI:**
+ * `du`
+ * [`dust`](https://github.com/bootandy/dust)
+ * [`dutree`](https://github.com/nachoparker/dutree)
+ * [`pdu`](https://github.com/KSXGitHub/parallel-disk-usage)
+* **TUI:**
+ * [`ncdu`](https://dev.yorhel.nl/ncdu)
+ * [`gdu`](https://github.com/dundee/gdu)
+ * [`godu`](https://github.com/viktomas/godu)
+* **GUI:**
+ * [GNOME's Disk Usage Analyzer, a.k.a. `baobab`](https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer)
+ * Filelight
+
[petgraph]: https://crates.io/crates/petgraph
[rustup]: https://rustup.rs/
[jwalk]: https://crates.io/crates/jwalk