summaryrefslogtreecommitdiff
path: root/dat/ncdu.md
diff options
context:
space:
mode:
Diffstat (limited to 'dat/ncdu.md')
-rw-r--r--dat/ncdu.md31
1 files changed, 20 insertions, 11 deletions
diff --git a/dat/ncdu.md b/dat/ncdu.md
index e1c6b68..c331fa9 100644
--- a/dat/ncdu.md
+++ b/dat/ncdu.md
@@ -8,30 +8,39 @@ POSIX-like environment with ncurses installed.
## Download
-Latest version
+C version (stable)
: 1.16 ([ncdu-1.16.tar.gz](/download/ncdu-1.16.tar.gz) - [changes](/ncdu/changes))
I also have convenient static binaries for Linux
[i486](/download/ncdu-linux-i486-1.16.tar.gz),
[x86_64](/download/ncdu-linux-x86_64-1.16.tar.gz),
[ARM](/download/ncdu-linux-arm-1.16.tar.gz) and
- [AArch64](/download/ncdu-linux-aarch64-1.16.tar.gz). Download, extract
- and run; no compilation or installation necessary (uses
+ [AArch64](/download/ncdu-linux-aarch64-1.16.tar.gz).
+ Download, extract and run; no compilation or installation necessary (uses
[musl](http://www.musl-libc.org/)).
-Project status
-: *Maintenance mode*: I consider ncdu to be mostly complete. I'm still here
- to keep it alive and to fix issues as they come along, but I don't actively
- work on adding new features. Bug reports are still very welcome. Feature
- requests are welcome too, but don't expect much from that. Patches and pull
- requests for new features will likely end up getting ignored.
+Zig version (beta)
+: 2.0-beta2 ([ncdu-2.0-beta2.tar.gz](/download/ncdu-2.0-beta2.tar.gz) - [changes](/ncdu/changes) - requires Zig 0.8)
+
+ See the [release announcement](/doc/ncdu2) for information about the
+ differences with the C version.
+
+ Static binaries for Linux:
+ [i486](/download/ncdu-2.0-beta2-linux-i386.tar.gz),
+ [x86_64](/download/ncdu-2.0-beta2-linux-x86_64.tar.gz),
+ [ARM](/download/ncdu-2.0-beta2-linux-arm.tar.gz) and
+ [AArch64](/download/ncdu-2.0-beta2-linux-aarch64.tar.gz).
Development version
: 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 for [online browsing](https://g.blicky.net/ncdu.git/).
+ available for [online browsing](https://code.blicky.net/yorhel/ncdu/) (and
+ [through cgit](https://g.blicky.net/ncdu.git/) if you prefer that). The
+ master branch represents the C version, the Zig version can be found in the
+ 'zig' branch.
-Ncdu is entirely written in C and available under a liberal MIT license.
+License
+: MIT.
## Packages and ports