From 356bd18d8cd879ec16eb925d2476d88f72204b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Buchet?= Date: Sun, 24 Aug 2025 16:01:20 +0200 Subject: [PATCH 1/2] Added Disk Usage category. --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7ffcfad..7e270eb 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Files and Directories](#files-and-directories) - [File Managers](#file-managers) - [Deleting, Copying, and Renaming](#deleting-copying-and-renaming) + - [Disk Usage](#disk-usage) - [Files](#files) - [File Sync/Sharing](#file-syncsharing) - [Directory Listing](#directory-listing) @@ -505,15 +506,21 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copies files. - [rename-cli](https://github.com/jhotmann/node-rename-cli) - Rename files quickly. - [renameutils](https://www.nongnu.org/renameutils/) - Mass renaming in your editor. + +### Disk Usage + - [diskonaut](https://github.com/imsnif/diskonaut) - Disk space navigator. - [dua-cli](https://github.com/Byron/dua-cli) - Disk usage analyzer. +- [duf](https://github.com/muesli/duf) - A better `df` alternative. +- [dust](https://github.com/bootandy/dust) - A more intuitive version of `du` in Rust. +- [dutree](https://github.com/nachoparker/dutree) - A tool to analyze file system usage written in Rust. +- [NCDu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface. ### Files - [chokidar-cli](https://github.com/open-cli-tools/chokidar-cli) - CLI to watch file system changes. - [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin. - [bat](https://github.com/sharkdp/bat) - A cat clone with syntax highlighting. -- [NCDu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface. - [unix-permissions](https://github.com/ehmicky/unix-permissions) - Swiss Army knife for Unix permissions. - [transmission-cli](https://transmissionbt.com) - Torrent client for your command line. - [webtorrent-cli](https://github.com/feross/webtorrent-cli) – Streaming torrent client. From 667107f82c0f64c6f4660dff8ebcae705f74327f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Buchet?= Date: Sun, 24 Aug 2025 16:02:47 +0200 Subject: [PATCH 2/2] Renamed "rust" as "Rust" everywhere for consistency. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7e270eb..b0914a6 100644 --- a/readme.md +++ b/readme.md @@ -572,7 +572,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to `find`. - [broot](https://github.com/Canop/broot) - Fuzzy finder similar to fzf, but with space usage visualization. - [rare](https://github.com/zix99/rare) - Real-time regex aggregation and analysis. -- [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in rust, similar to fzf. +- [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in Rust, similar to fzf. - [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structural search, linting and rewriting. - [television](https://github.com/alexpasmantier/television) - A very fast general purpose fuzzy finder. @@ -599,7 +599,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [czg](https://github.com/Zhengqbbb/cz-git/tree/main/packages/cli) - Interactively generate standardized commit messages. - [shallow-backup](https://github.com/alichtman/shallow-backup) - Git integrated backup tool. - [Lazygit](https://github.com/jesseduffield/lazygit) - Simple TUI for git commands. -- [gitui](https://github.com/extrawurst/gitui) - Blazing fast terminal-ui for git written in rust. +- [gitui](https://github.com/extrawurst/gitui) - Blazing fast terminal-ui for git written in Rust. ### GitHub