ncdu 1.14.1
This commit is contained in:
parent
0575f640d3
commit
3da8ab9c4d
2 changed files with 12 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 -->
|
<!-- 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>
|
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
|
`2019-08-05` - ncdu 1.14.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||||
|
: A minor bugfix release. This fixes the `--exclude-caches` option,
|
||||||
|
intermittend early exit on OS X and improves handling of out-of-memory
|
||||||
|
scenarios. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||||
|
|
||||||
`2019-07-06` - TUWF 1.3.1 & 1.4 released <!-- tags: tuwf, link: /tuwf -->
|
`2019-07-06` - TUWF 1.3.1 & 1.4 released <!-- tags: tuwf, link: /tuwf -->
|
||||||
: Just fixes a minor issue with the tests on older Perls. [Homepage](/tuwf) -
|
: Just fixes a minor issue with the tests on older Perls. [Homepage](/tuwf) -
|
||||||
[Changelog](/tuwf/changes)
|
[Changelog](/tuwf/changes)
|
||||||
|
|
|
||||||
13
dat/ncdu.md
13
dat/ncdu.md
|
|
@ -9,18 +9,19 @@ POSIX-like environment with ncurses installed.
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
Latest version
|
Latest version
|
||||||
: 1.14 ([ncdu-1.14.tar.gz](/download/ncdu-1.14.tar.gz) - [changes](/ncdu/changes))
|
: 1.14.1 ([ncdu-1.14.1.tar.gz](/download/ncdu-1.14.1.tar.gz) - [changes](/ncdu/changes))
|
||||||
|
|
||||||
I also have convenient static binaries for Linux
|
I also have convenient static binaries for Linux
|
||||||
[i486](/download/ncdu-linux-i486-1.14.tar.gz) and
|
[i486](/download/ncdu-linux-i486-1.14.1.tar.gz),
|
||||||
[ARM](/download/ncdu-linux-arm-1.14.tar.gz). Download, extract and run; no
|
[x86_64](/download/ncdu-linux-x86_64-1.14.1.tar.gz) and
|
||||||
compilation or installation necessary (uses
|
[ARM](/download/ncdu-linux-arm-1.14.1.tar.gz). Download, extract and run;
|
||||||
|
no compilation or installation necessary (uses
|
||||||
[musl](http://www.musl-libc.org/)).
|
[musl](http://www.musl-libc.org/)).
|
||||||
|
|
||||||
Development version
|
Development version
|
||||||
: The most recent code is available on a git repository and can be cloned
|
: The most recent code is available on a git repository and can be cloned
|
||||||
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also available
|
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also
|
||||||
for [online browsing](https://g.blicky.net/ncdu.git/).
|
available for [online browsing](https://g.blicky.net/ncdu.git/).
|
||||||
|
|
||||||
Ncdu is entirely written in C and available under a liberal MIT license.
|
Ncdu is entirely written in C and available under a liberal MIT license.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue