ncdu 2.3 & 1.19
This commit is contained in:
parent
c2fa0dafe1
commit
6781bbe938
28 changed files with 163 additions and 17 deletions
|
|
@ -17,6 +17,30 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2023-09-11` - NeedM
|
||||
: Nice client program but only 32bit version?
|
||||
|
||||
*Yorhel comment:* Uhm, where did you get that idea? All software is available in 64bit as well.
|
||||
|
||||
`2023-08-28` - Alex
|
||||
: I can't believe I have been a sysadmin for so long and have only just found out about this project. It has made my day.
|
||||
|
||||
Thanks for the effort.
|
||||
|
||||
`2023-06-19` - ~
|
||||
: Discovered your solution through this @AdrienLinuxtricks video => [https://youtu.be/w7KsFQJyXlc](https://youtu.be/w7KsFQJyXlc)
|
||||
|
||||
Thank you for your work!
|
||||
|
||||
`2023-05-11` - ~
|
||||
: awesome !!
|
||||
|
||||
`2023-02-22` - ~
|
||||
: thanks!!!
|
||||
|
||||
`2023-02-18` - ~
|
||||
: thanks for this. it rocks
|
||||
|
||||
`2023-02-09` - D.S.
|
||||
: Thank you for this Program, for me the best, easy and fast Thank's
|
||||
|
||||
|
|
|
|||
19
dat/index.md
19
dat/index.md
|
|
@ -2,10 +2,9 @@
|
|||
|
||||
Hello visitor!
|
||||
|
||||
Welcome to this little website. My name is _Yorhel_ a.k.a. _Yoran Heling_
|
||||
a.k.a. _Ayo_. I spend a fair amount of my free time developing and contributing
|
||||
to free and open source software. This website is home to several of these
|
||||
projects.
|
||||
Welcome to this little website. My name is _Yoran Heling_ a.k.a. _Yorhel_. I
|
||||
spend a fair amount of my free time developing and contributing to free and
|
||||
open source software. This website is home to several of these projects.
|
||||
|
||||
This site isn't really a complete portfolio. There's a bunch of projects for
|
||||
which I never got around to creating a homepage, and some others that have an
|
||||
|
|
@ -20,6 +19,18 @@ the incidental article on this site. Enjoy your stay!
|
|||
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
|
||||
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||
|
||||
`2023-09-11` - ncdu 1.19 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fixes a typo in the `--exclude-from` option and backports the CLI option to
|
||||
disable natural sorting and the little indicator in the footer whether
|
||||
apparent size or disk usage is being displayed. [Ncdu homepage](/ncdu) -
|
||||
[Changelog](/ncdu/changes).
|
||||
|
||||
`2023-08-04` - ncdu 2.3 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: This release adds a CLI option to disable natural sorting, a little
|
||||
indicator in the footer whether apparent size or disk usage is being
|
||||
displayed and a few build system improvements. This release requires Zig
|
||||
0.11. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes2).
|
||||
|
||||
`2023-02-12` - ncdu 1.18.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fix bug causing builds to fail on platforms other than Linux.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ As with most ncurses applications: no. At least, it does not have this
|
|||
functionality built-in. Ncdc is designed to be used in combination with a
|
||||
separate terminal multiplexer or detach utility to handle this. Have a look at
|
||||
[GNU screen](http://www.gnu.org/s/screen/),
|
||||
[tmux](http://tmux.sourceforge.net/) or [dtach](http://dtach.sourceforge.net/).
|
||||
[tmux](https://github.com/tmux/tmux) or [dtach](http://dtach.sourceforge.net/).
|
||||
|
||||
## Does ncdc support UPnP?
|
||||
|
||||
|
|
|
|||
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