From 295a59e267517e1bf33e3565ac4ff4188fbaaa37 Mon Sep 17 00:00:00 2001 From: Salih Gerdan <8333520+salihgerdan@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:02:45 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fdcea7b..0e22324 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # spaceman -Treemap disk usage analyzer: In search of lost space +Treemap disk usage analyzer: *In search of lost space* (a.k.a. wata-analyzer) -**Warning: beta software** +**Warning: beta software (however, usable)** ## Features - [X] Fast scan and display, with the power of Rust, and gtk4 gpu rendering capabilities -- [X] Uses the jwalk library as [dua-cli](https://github.com/Byron/dua-cli/) does -- [x] Visible from the start, updates as the scan goes on -- [X] Tight and informative presentation of data +- [X] Uses the jwalk library as [dua-cli](https://github.com/Byron/dua-cli/) does, enabling multi-threaded scans +- [x] Visible from the start, incrementally updates the view as the scan goes on ## Planned - [ ] Tracks changes on the filesystem - [ ] Navigate into sub-directories - [ ] Right click menu to manage the directories ## Install -Only tested on Linux. You need to have `gtk4` and `rust` installed in your system to build, and only `gtk4` to run it. The only command necessary to build is `cargo build --release` after the dependencies are installed. -You can also simply grab an executable from the Releases section. Note that the MacOS version is entirely untested. +Only tested on Linux, and partially MacOS. You need to have `gtk4` and `rust` installed in your system to build, and only `gtk4` to run it. The only command necessary to build is `cargo build --release` after the dependencies are installed. +You can also simply grab an executable from the Releases section. There is a [PKGBUILD](./PKGBUILD) file available for Arch Linux. ## Usage Click the button on the left of the titlebar, and choose a directory to scan.