ncdu 2.2
This commit is contained in:
parent
aad45f7196
commit
f18b68c90f
23 changed files with 112 additions and 5 deletions
|
|
@ -17,6 +17,12 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2022-10-12` - Anton P
|
||||
: Even silly has a meaning.
|
||||
|
||||
I love to see craftsmanship, thanks!
|
||||
|
||||
|
||||
`2022-08-18` - Andrey
|
||||
: Zig well, such a choice. Compiling it on gentoo also requires 10GB of ram, which I don't have.
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,12 @@ 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>
|
||||
|
||||
`2022-10-17` - ncdu 2.2 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Improves exclude pattern matching performance, draws a proper background
|
||||
with the default color scheme and fixes a bug with exporting file names
|
||||
containing certain control characters. [Ncdu homepage](/ncdu) -
|
||||
[Changelog](/ncdu/changes2).
|
||||
|
||||
`2022-09-27` - ncdc 1.23.1 released <!-- tags: ncdc, link: /ncdc -->
|
||||
: Fixes a buffer overflow in IPv6 address formatting.
|
||||
[Ncdc homepage](/ncdc) - [changelog](/ncdc/changes)
|
||||
|
|
|
|||
10
dat/ncdu.md
10
dat/ncdu.md
|
|
@ -9,7 +9,7 @@ POSIX-like environment with ncurses installed.
|
|||
## Download
|
||||
|
||||
Zig version (stable)
|
||||
: 2.1.2 ([ncdu-2.1.2.tar.gz](/download/ncdu-2.1.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
|
||||
: 2.2 ([ncdu-2.2.tar.gz](/download/ncdu-2.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
|
||||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
|
|
@ -24,10 +24,10 @@ Zig version (stable)
|
|||
crash](https://code.blicky.net/yorhel/ncdu/issues/192).
|
||||
|
||||
Convenient static binaries for Linux:
|
||||
[i486](/download/ncdu-2.1.2-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.1.2-linux-x86_64.tar.gz),
|
||||
[ARM](/download/ncdu-2.1.2-linux-arm.tar.gz) and
|
||||
[AArch64](/download/ncdu-2.1.2-linux-aarch64.tar.gz).
|
||||
[i486](/download/ncdu-2.2-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.2-linux-x86_64.tar.gz),
|
||||
[ARM](/download/ncdu-2.2-linux-arm.tar.gz) and
|
||||
[AArch64](/download/ncdu-2.2-linux-aarch64.tar.gz).
|
||||
Download, extract and run; no compilation or installation necessary.
|
||||
|
||||
C version (LTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue