Ncdu 1.15.1
This commit is contained in:
parent
5531aebc9e
commit
b1b5fefcdb
22 changed files with 107 additions and 6 deletions
|
|
@ -20,6 +20,11 @@ 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>
|
||||
|
||||
`2020-06-10` - ncdu 1.15.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fixes two bugs introduced in 1.15: Fix building on older Linux systems and
|
||||
revert to the old follow-firmlinks-by-default behavior on macOS.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||
|
||||
`2020-05-30` - ncdu 1.15 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: This release adds support for excluding Linux pseudo filesystems
|
||||
(`--exclude-kernfs`), detects and skips MacOS firmlinks by default (old
|
||||
|
|
|
|||
13
dat/ncdu.md
13
dat/ncdu.md
|
|
@ -9,13 +9,13 @@ POSIX-like environment with ncurses installed.
|
|||
## Download
|
||||
|
||||
Latest version
|
||||
: 1.15 ([ncdu-1.15.tar.gz](/download/ncdu-1.15.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.15.1 ([ncdu-1.15.1.tar.gz](/download/ncdu-1.15.1.tar.gz) - [changes](/ncdu/changes))
|
||||
|
||||
I also have convenient static binaries for Linux
|
||||
[i486](/download/ncdu-linux-i486-1.15.tar.gz),
|
||||
[x86_64](/download/ncdu-linux-x86_64-1.15.tar.gz),
|
||||
[ARM](/download/ncdu-linux-arm-1.15.tar.gz) and
|
||||
[AArch64](/download/ncdu-linux-aarch64-1.15.tar.gz). Download, extract
|
||||
[i486](/download/ncdu-linux-i486-1.15.1.tar.gz),
|
||||
[x86_64](/download/ncdu-linux-x86_64-1.15.1.tar.gz),
|
||||
[ARM](/download/ncdu-linux-arm-1.15.1.tar.gz) and
|
||||
[AArch64](/download/ncdu-linux-aarch64-1.15.1.tar.gz). Download, extract
|
||||
and run; no compilation or installation necessary (uses
|
||||
[musl](http://www.musl-libc.org/)).
|
||||
|
||||
|
|
@ -44,7 +44,8 @@ Ncdu has been packaged for quite a few systems, here's a list of the ones I am a
|
|||
[GNU Guix](https://guix.gnu.org/packages/N/) -
|
||||
[NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/ncdu/default.nix) -
|
||||
[OpenBSD](http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/ncdu/) -
|
||||
Mac OS X ([Fink](http://pdb.finkproject.org/pdb/package.php/ncdu) - [Homebrew](https://formulae.brew.sh/formula/ncdu) - [MacPorts](http://www.macports.org/ports.php?by=name&substr=ncdu)) -
|
||||
[OpenWRT](https://openwrt.org/packages/pkgdata/ncdu) -
|
||||
MacOS ([Fink](http://pdb.finkproject.org/pdb/package.php/ncdu) - [Homebrew](https://formulae.brew.sh/formula/ncdu) - [MacPorts](http://www.macports.org/ports.php?by=name&substr=ncdu)) -
|
||||
[Puppy Linux](http://www.murga-linux.com/puppy/viewtopic.php?t=35024) -
|
||||
[Solaris](http://www.opencsw.org/packages/ncdu) -
|
||||
[Slackware](http://slackbuilds.org/repository/14.2/system/ncdu/) -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue