ncdu 2.3 & 1.19
This commit is contained in:
parent
c2fa0dafe1
commit
6781bbe938
28 changed files with 163 additions and 17 deletions
21
dat/ncdu.md
21
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:
|
||||
[i486](/download/ncdu-2.2.1-linux-i386.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.2.1-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.2.1-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.2.1-linux-aarch64.tar.gz).
|
||||
[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).
|
||||
|
||||
Zig version (stable)
|
||||
: 2.2.2 ([ncdu-2.2.2.tar.gz](/download/ncdu-2.2.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.10.x)
|
||||
: 2.3 ([ncdu-2.3.tar.gz](/download/ncdu-2.3.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.11)
|
||||
|
||||
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.18.1 ([ncdu-1.18.1.tar.gz](/download/ncdu-1.18.1.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.19 ([ncdu-1.19.tar.gz](/download/ncdu-1.19.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.
|
||||
|
|
@ -86,15 +86,12 @@ A port to z/OS is available [here](https://dovetail.com/community/ncdu.html).
|
|||
- [gdu](https://github.com/dundee/gdu) - Go disk usage analyzer inspired by ncdu.
|
||||
- [dua](https://github.com/Byron/dua-cli) - Rust disk usage analyzer.
|
||||
- [godu](https://github.com/viktomas/godu) - Another Go disk usage analyzer, with a slightly different browser UI.
|
||||
- [tdu](http://webonastick.com/tdu/) - Another small ncurses-based disk usage visualization utility.
|
||||
- [tdu](https://bitbucket.org/josephpaul0/tdu) - Go command-line tool with ncdu JSON export.
|
||||
- [TreeSize](http://treesize.sourceforge.net/) - GTK, using a treeview.
|
||||
- [Baobab](http://www.marzocca.net/linux/baobab.html) - GTK, using pie-charts, a treeview and a treemap. Comes with GNOME.
|
||||
- [GdMap](http://gdmap.sourceforge.net/) - GTK, with a treemap display.
|
||||
- [Filelight](http://www.methylblue.com/filelight/) - KDE, using pie-charts.
|
||||
- [KDirStat](http://kdirstat.sourceforge.net/) - KDE, with a treemap display.
|
||||
- [QDiskUsage](http://qt-apps.org/content/show.php/QDiskUsage?content=107012) - Qt, using pie-charts.
|
||||
- [Filelight](https://apps.kde.org/filelight/) - KDE, using pie-charts.
|
||||
- [QDirStat](https://github.com/shundhammer/qdirstat) - Qt, with a treemap display.
|
||||
- [K4DirStat](https://github.com/jeromerobert/k4dirstat) - Qt, treemap.
|
||||
- [xdiskusage](http://xdiskusage.sourceforge.net/) - FLTK, with a treemap display.
|
||||
- [fsv](http://fsv.sourceforge.net/) - 3D visualization.
|
||||
- [Philesight](http://zevv.nl/play/code/philesight/) - Web-based clone of Filelight.
|
||||
- [psHFO](https://github.com/FrankieDevOp/psdu) - Human-friendly du for PowerShell.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue