Ncdu 1.20 + 2.4 + bunch of changes
This commit is contained in:
parent
19fd103246
commit
cac14f89f7
33 changed files with 182 additions and 36 deletions
15
dat/ncdu.md
15
dat/ncdu.md
|
|
@ -11,13 +11,13 @@ POSIX-like environment with ncurses installed.
|
|||
Static binaries
|
||||
: Convenient static binaries for Linux. Download, extract and run; no
|
||||
compilation or installation necessary:
|
||||
[x86](/download/ncdu-2.3-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.3-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.3-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.3-linux-aarch64.tar.gz).
|
||||
[x86](/download/ncdu-2.4-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.4-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.4-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.4-linux-aarch64.tar.gz).
|
||||
|
||||
Zig version (stable)
|
||||
: 2.3 ([ncdu-2.3.tar.gz](/download/ncdu-2.3.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.11)
|
||||
: 2.4 ([ncdu-2.4.tar.gz](/download/ncdu-2.4.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.12)
|
||||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
|
|
@ -28,7 +28,7 @@ Zig version (stable)
|
|||
work for you or if you need a more stable compilation environment.
|
||||
|
||||
C version (LTS)
|
||||
: 1.19 ([ncdu-1.19.tar.gz](/download/ncdu-1.19.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.20 ([ncdu-1.20.tar.gz](/download/ncdu-1.20.tar.gz) - [changes](/ncdu/changes))
|
||||
|
||||
Lags a bit behind on the 2.x version in terms of features and performance,
|
||||
but is still being maintained and perfectly usable.
|
||||
|
|
@ -84,7 +84,8 @@ A port to z/OS is available [here](https://dovetail.com/community/ncdu.html).
|
|||
- [Duc](http://duc.zevv.nl/) - Multiple user interfaces.
|
||||
- [gt5](http://gt5.sourceforge.net/) - Quite similar to ncdu, but a different approach.
|
||||
- [gdu](https://github.com/dundee/gdu) - Go disk usage analyzer inspired by ncdu.
|
||||
- [dua](https://github.com/Byron/dua-cli) - Rust disk usage analyzer.
|
||||
- [dua](https://github.com/Byron/dua-cli) - Rust disk usage analyzer with a CLI.
|
||||
- [diskonaut](https://github.com/imsnif/diskonaut) - Rust disk usage analyzer with a TUI.
|
||||
- [godu](https://github.com/viktomas/godu) - Another Go disk usage analyzer, with a slightly different browser UI.
|
||||
- [tdu](https://bitbucket.org/josephpaul0/tdu) - Go command-line tool with ncdu JSON export.
|
||||
- [TreeSize](http://treesize.sourceforge.net/) - GTK, using a treeview.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue