ncdu 1.21 + 2.7

This commit is contained in:
Yorhel 2024-11-19 15:02:22 +01:00
parent 68bf70e0eb
commit 76b8f42f1d
32 changed files with 171 additions and 24 deletions

6
.gitignore vendored
View file

@ -47,6 +47,8 @@ dat/ncdu/man/1_2.md
dat/ncdu/man/1_2.mdoc
dat/ncdu/man/1_20.md
dat/ncdu/man/1_20.mdoc
dat/ncdu/man/1_21.md
dat/ncdu/man/1_21.mdoc
dat/ncdu/man/1_3.md
dat/ncdu/man/1_3.mdoc
dat/ncdu/man/1_4.md
@ -73,6 +75,8 @@ dat/ncdu/man/2_4.md
dat/ncdu/man/2_4.mdoc
dat/ncdu/man/2_5.md
dat/ncdu/man/2_5.mdoc
dat/ncdu/man/2_6.md
dat/ncdu/man/2_6.mdoc
dat/nginx-confgen/changes.log
dat/nginx-confgen/changes.md
dat/nginx-confgen/man.md
@ -174,6 +178,7 @@ pub/ncdu/man/1_18.html
pub/ncdu/man/1_19.html
pub/ncdu/man/1_2.html
pub/ncdu/man/1_20.html
pub/ncdu/man/1_21.html
pub/ncdu/man/1_3.html
pub/ncdu/man/1_4.html
pub/ncdu/man/1_5.html
@ -187,6 +192,7 @@ pub/ncdu/man/2_2.html
pub/ncdu/man/2_3.html
pub/ncdu/man/2_4.html
pub/ncdu/man/2_5.html
pub/ncdu/man/2_6.html
pub/ncdu/scr.html
pub/nginx-confgen.html
pub/nginx-confgen/changes.html

View file

@ -53,13 +53,15 @@ PAGES=\
"ncdu/changes2.log https://g.blicky.net/ncdu.git/plain/ChangeLog?h=zig Ncdu 2.x Release History"\
"ncdu/binfmt.md"\
"ncdu/jsonfmt.md"\
"ncdu/man.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v2.6 Ncdu 2.6 Manual"\
"ncdu/man.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v2.7 Ncdu 2.7 Manual"\
"ncdu/man/2_6.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v2.6 Ncdu 2.6 Manual"\
"ncdu/man/2_5.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v2.5 Ncdu 2.5 Manual"\
"ncdu/man/2_4.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v2.4 Ncdu 2.4 Manual"\
"ncdu/man/2_3.pod https://g.blicky.net/ncdu.git/plain/ncdu.pod?h=v2.3 Ncdu 2.3 Manual"\
"ncdu/man/2_2.pod https://g.blicky.net/ncdu.git/plain/ncdu.pod?h=v2.2 Ncdu 2.2 Manual"\
"ncdu/man/2_1.pod https://g.blicky.net/ncdu.git/plain/ncdu.pod?h=v2.1 Ncdu 2.1 Manual"\
"ncdu/man/2_0.pod https://g.blicky.net/ncdu.git/plain/ncdu.pod?h=v2.0 Ncdu 2.0 Manual"\
"ncdu/man/1_21.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v1.21 Ncdu 1.21 Manual"\
"ncdu/man/1_20.mdoc https://g.blicky.net/ncdu.git/plain/ncdu.1?h=v1.20 Ncdu 1.20 Manual"\
"ncdu/man/1_19.pod https://g.blicky.net/ncdu.git/plain/doc/ncdu.pod?h=v1.19 Ncdu 1.19 Manual"\
"ncdu/man/1_18.pod https://g.blicky.net/ncdu.git/plain/doc/ncdu.pod?h=v1.18 Ncdu 1.18 Manual"\

View file

@ -17,6 +17,12 @@ respective issue tracker or send a mail to
# Entries
`2024-11-31` - NocFA
: Thanks for your incredible software, NCDU has been in my sysadmin toolkit for years.
Appreciate incredible FOSS developers like you making the world a better place, one piece of quality software at a time.
If I find a donate button somewhere in your pages, I shall be abusively clicking on it.
`2024-10-10` - Hamster
: Hey there, use the App since years. Really enjoy it, many thanks!

View file

@ -10,6 +10,16 @@ crap I've written over the years. :)
<!-- 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>
`2024-11-19` - ncdu 2.7 released <!-- tags: ncdu, link: /ncdu -->
: Adds support for transparent compression for JSON import and export, tilde
expansion in the config file, new `--export-block-size` and `--compress`
flags and a few minor bug fixes. [Homepage](/ncdu) -
[Changelog](/ncdu/changes2).
`2024-11-19` - ncdu 1.21 released <!-- tags: ncdu, link: /ncdu -->
: Adds support for tilde expansion in the config file and backports a few
fixes from the 2.x branch. [Homepage](/ncdu) - [Changelog](/ncdu/changes).
`2024-10-22` - nginx-confgen 2.2 released <!-- tags: nginx-confgen, link: /nginx-confgen -->
: Adds support for `$#array` syntax and fixes a minor bug.
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).

View file

@ -36,13 +36,13 @@ Colors
Static binaries
: Convenient static binaries for Linux. Download, extract and run; no
compilation or installation necessary:
[x86](/download/ncdu-2.6-linux-x86.tar.gz) -
[x86_64](/download/ncdu-2.6-linux-x86_64.tar.gz) -
[ARM](/download/ncdu-2.6-linux-arm.tar.gz) -
[AArch64](/download/ncdu-2.6-linux-aarch64.tar.gz).
[x86](/download/ncdu-2.7-linux-x86.tar.gz) -
[x86_64](/download/ncdu-2.7-linux-x86_64.tar.gz) -
[ARM](/download/ncdu-2.7-linux-arm.tar.gz) -
[AArch64](/download/ncdu-2.7-linux-aarch64.tar.gz).
Zig version (stable)
: 2.6 (2024-09-27 - [ncdu-2.6.tar.gz](/download/ncdu-2.6.tar.gz) - [changes](/ncdu/changes2))
: 2.7 (2024-11-19 - [ncdu-2.7.tar.gz](/download/ncdu-2.7.tar.gz) - [changes](/ncdu/changes2))
Requires Zig 0.12 or 0.13.
@ -51,7 +51,7 @@ Zig version (stable)
need a more stable compilation environment.
C version (LTS)
: 1.20 (2024-04-21 - [ncdu-1.20.tar.gz](/download/ncdu-1.20.tar.gz) - [changes](/ncdu/changes))
: 1.21 (2024-11-19 - [ncdu-1.21.tar.gz](/download/ncdu-1.21.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.

View file

@ -196,6 +196,10 @@ prev
absent if this is the first item in a directory. This field forms a
singly-linked list of all items in a directory.
BUG: ncdu 2.6 incorrectly outputs a root item with prev=0. The root item is
not supposed to be part of a directory and this field is properly absent in
later versions.
**Fields for type >= 0**
asize
@ -350,15 +354,14 @@ Data block size
Testing
: If you're implementing a custom writer for this format, make sure to check
out the
[ncdubinexp.pl](https://code.blicky.net/yorhel/ncdu/src/ncdubinexp.pl)
script in the git repository. Ncdu only reads the parts of a file that it
actually needs, so passing a file to ncdu is no guarantee that it is
well-formed. The ncdubinexp.pl script is more thorough in validating file
correctness but misses a few invariants that ncdu does check for, so
the best way to verify a file is to run both:
out the 'validate' subcommand of
[ncdutils](https://code.blicky.net/yorhel/ncdutils). Ncdu only reads the
parts of a file that it actually needs, so passing a file to ncdu is no
guarantee that it is well-formed. ncdutils is more thorough:
```
ncdu -o/dev/null -f file.ncdu # Read entire tree and export to /dev/null
ncdubinfmt.pl <file.ncdu # Read and verify the entire file
ncdutils validate file.ncdu
```
Passing `--list-blocks` and `--list-items` may also be useful for
diagnostics.

View file

@ -126,9 +126,9 @@ excluded
`"otherfs"` or `"othfs"`
: If the item is on a different device/filesystem. Every version of ncdu
versions recognizes `"otherfs"` when importing, but versions 1.20 or
2.4 and earlier wrote `"othfs"` when exporting. Later versions
recognize both strings and output `"otherfs"`.
versions recognizes `"otherfs"` when importing, but versions before
1.21 or 2.5 wrote `"othfs"` when exporting. Later versions recognize
both strings and output `"otherfs"`.
`"kernfs"`
: If the item has been excluded with `--exclude-kernfs` (since ncdu 1.15).
@ -187,11 +187,11 @@ mtime
As mentioned above, file/directory names are **not** converted to any specific
encoding when exporting. If you want the exported info dump to be valid JSON
(and thus valid UTF-8), you'll have to ensure that you have either no non-UTF-8
filenames in your filesystem, or you should process the dump through a
conversion utility such as `iconv`. When browsing an imported file with ncdu,
you'll usually want to ensure that the filenames are in the same encoding as
what your terminal is expecting. The browsing interface may look garbled or
(and thus valid UTF-8), you'll have to ensure that either all filenames in your
directory tree are valid UTF-8 or you should process the dump through a
conversion utility such as `iconv`. When browsing an imported file with ncdu
1.x, you'll usually want to ensure that the filenames are in the same encoding
as what your terminal is expecting. The browsing interface may look garbled or
otherwise ugly if that's not the case.
Another important thing to keep in mind is that an export can be fairly large.
@ -201,6 +201,11 @@ that. For example, prefer the use of a stream-based JSON parser over a JSON
library that reads the entire file in a single generic data structure, and only
keep the minimum amount of data that you care about in memory.
[BUG#245](https://code.blicky.net/yorhel/ncdu/issues/245): Ncdu versions before
1.21 or 2.7 did not correctly read escaped UTF-16 surrogate pairs. For
portability with these versions, unicode points above U+FFFF should be encoded
as UTF-8 instead. Ncdu itself never outputs UTF-16 surrogate pairs.
## Example Export
Here's a simple example export that displays the basic structure of the format.

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lu8ACgkQYjlMaYwn
OfqlEQ/7BgMrMHjEPunrx2spVu2nR6DzIJVH1U7L4cx1HtXmU60inAZq8+Av3BiB
Fb9E8xmjeC+ut3LLzcMJsS82xGTp49vfkHNf50xbVIczWTpcR5rJST510+qQT0c7
+nlnEovzFUrCNeUtr6uju8yOn27RyzpXdNzi0CpSJN0tG4LtDrhVX1nthVEl/kxO
4C1ECqUhIi5ya5MOWWsVH7jfyyNE+lmWIOE1NGOj7DsxDoRCcvcYpddszaWhKA6Z
kdHT0OycvPn6dnvdoB15XJ+C+Y05XkYU/rMGRiIAjrH4q4Z7YV7T4J/nC3L4cJQb
ROxkg21Fgp/UYscGw5EHux63habj9OQGDrUS0z+Hqr+Gc/2YOhozX/HKe36CIOG3
YDa5+L9y1rcs0boBzK6hnB7pSU1mNMRv/IhaeQej3+hsFB0kMB/bf3R4oTOXKsva
2j/HlMJlQRX0Ub0Gv+uFAiWkgAUZep2hlrYo+FFazKr6iPcragTql1LJkB2Xo2+X
pASAA0HqRclXOkJsaCye3oBdfVk4PzmLt6PqxrTTzJHeKQpIjLPqCPL7Y/odlS4d
586H1iDVz4JdcHxXlaHAq2XAHWu18d4VUIzNVXREmVR7OEA85KYH/lsrlpLBCCGU
bOnfW2E6PkttcpY7NFso3zXAhyJwpXtr50ih+VPXh/vNPygOkGc=
=XjIW
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
3d5f399a00ca2ac3ba319e8cb99118ab ncdu-1.21.tar.gz

View file

@ -0,0 +1 @@
98c365e681f2c42a54d6277bea041d5a7104d934 ncdu-1.21.tar.gz

View file

@ -0,0 +1 @@
a894d3a9b46bce578a6039bef48f54533ec402fb589b0769bfbb1d1edf9601a6 ncdu-1.21.tar.gz

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lvkACgkQYjlMaYwn
OfpylhAAwj5zXeKdw8+kXQriGT3Z503hGgcGYRMhrnjW9LXC/XfQrIlqHioRHUzM
jrkCCw4u6wcWSX7uU3++s5Rz9nJRyLr+gJmwPRRO3iOjFe3zE4F5bdvVgeglUGEs
M2NEjZvBHj5sWYdnRRRagk7OZssL0FJjO7TsBcVpUf64liknhWGyNKDTCGHR+2U/
t7ZIAkHjMvxnj2i2UbOxcTcxcmxsxs+ve/GBw7lnuwjehlD+KAyQG5nVwJY9O2Ez
R/2jvUnG7MRPTKOf0+iRzbISUgaBaiv+N+K3yRmz5f9Pnb6v9S0/TaRGJElBT35E
wsd2GRHZnEBVeHX1SZIKDh4mj/zm5YRs4FfAWFqMIJjqLU5tmgyS94577fJ0jax1
AxpqWIcRG2ZnJiA1Vxa3UV2Fm/YTIqLLkNz6GA1mwgTv6nzT+hhW2Q4GNXREQcMS
INzuwjxr0C2jgj7sqFILQHd8YEj12B6Fg5M9RFWm414FXWdHtv+cG2+qRXxmQNWN
T4XQE+Bjqxp4E18ju+f3o2XiMYCv5cmB1j8c09z+ebpRSXTsfH7l8eibGYmU5NnY
mcCViAUyC1VnmTp0aufNJH8yZllrvxZ9VK9+J4pWrqr00tDJhewxQD5zaMamEFMR
U0CnXoBF09yHl7KGU1XfxsJETftQnA8lzwKpbyxhJfmvI+3X5f4=
=gEeX
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
27ed866298e3775fd9d0c820b1b19c83 ncdu-2.7-linux-aarch64.tar.gz

View file

@ -0,0 +1 @@
85a9cf9e057ccff0f4cbb7fdb370c0a89dd7fcd3 ncdu-2.7-linux-aarch64.tar.gz

View file

@ -0,0 +1 @@
4cb9d3a9e5929e766f3b13f9cb6933d08cd47578756f93c2994e22fa7604f3af ncdu-2.7-linux-aarch64.tar.gz

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lvkACgkQYjlMaYwn
OfpnKhAAgwsHUCngS3QbGUnqLSOibePGq3J1qihvghwhV83zJuAGzuldZWkIDRn+
I7TQrU1frpebh3EVyyxjVvfdgg6Wxx/HQS6e8GEoKm5NjWYHVgB7+RllwHpuVivr
KX9Q0qdEJU0DaLR2Mo+LA1YC5ZTL/qztIKfGJPktUpavK3GKAVRlP3H2fme/93Oj
J1II2uLRyCjJ6OvuWbeVGcxzIxRMDAZlIaY0sxRNgmRJnUB8vPWWd3X9wAkshcbY
t0e7HiWLj/Eiz79X+SXSVPIpcusyIz7yp7bwc/BkiBluJSa2goM/TEs3jP018BBy
muX01EoaDJudAtg14JqsdlOtccZEYz44TivFQvRcAviP+bb5dOn4+cSWnWXfxoSL
aUA5NtwKPEMQpycgfUqZuxSZRb7BI76wIZeTVsO2FQ9WC+cU6ZfO1WvUWkAS8UnF
42UJxCxMQv3Pth5OsKkgW+vhoWhuNGq6iB/uTWebbtN3CigJDAQ9oEVjP+Nh1gai
u/60as9z5H6NVEti943IfMQgKlZAruqJM9voDL9WIqodPj2qhmZgBXvNWzUP5pMQ
Ufzru6ive6GOJIyM6tBu9mFSbsLtI7YcAXectHCY7ZNm24k12shCEE9MZBHcWcFI
inBlieA9p72hsch6cIgaLPUj283v4UVfPOlUN60/x6Byt6hcGMw=
=nKL9
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
584947d6a988f84f03e4685a3f52a533 ncdu-2.7-linux-arm.tar.gz

View file

@ -0,0 +1 @@
936db7d517e2cbaffa74e0d68ec12a280a1de720 ncdu-2.7-linux-arm.tar.gz

View file

@ -0,0 +1 @@
d243c4daccae4239acc2298f23157a145d9981caf8504ba11993697c0bc5a33a ncdu-2.7-linux-arm.tar.gz

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lvkACgkQYjlMaYwn
OfrAAw//ZAC8hq4OqTTjqmQboVJUpAGAH7uIn+0jzeMKyx6bFkc/zwrSGbuyMjeP
Yck6fUOdyvEUhllH/+dDaRa/pJC0Zyk5KXehvXSt/pfVdlt2QNbbr+Q7rMEb9Nzb
aCvkyLkESqyuSxNjgxfE8lcSB2/3t8RG8SvBXOpzq3+tg3nYMr7EExdlK7uQAymL
HXlW7959X9rEHbFTEHTqAmTGTb8tDv+MbcHcuc69G7suBqTqEGLCSZX0pR28AT27
VUldWdlnMpEupDRyKi1182aKygBF7L3xjDAd1HKAdWInuTS2a/Ulz78DA3Ra+tJa
8vEF75VTI1jw2pmjHqVGzdZ38Eu8uuo121Hy2598OrDodOQVA6Zx+w0k8konBp3N
+eO71XatxwaumjXW6YsMdv5tZJGMn6PcgSluBJFeZhs4b++AOqMzmwZ6lxGUWCk9
6lCnyvVwKuJZl5z2TcQJs5lU02yl1SSJ/Ql6VHaBMH1+wrxrsVlKl8IEPX0UDFr+
7ZEurWy0x4L/bBbi/OQkxgGWyjzKvvWdIRlMbg4Ori/XS+V4szK3/RveM9DqJggk
6qoHFNvnFmQJL4/QWMKPywW9NSV5kdHU5hpqC3XivQkQCIpXhOy4rorB2B/Ikx4+
kdlJ+yORQUlDx4ZIWMCvCTuxxm5mhtRwvIIHi1mcvbpfEnY6isM=
=WaTg
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
5532af0e8a1cf70754f080ebec970151 ncdu-2.7-linux-x86.tar.gz

View file

@ -0,0 +1 @@
7733e9714f2cb89143e28baf8245f3f5538e1ad0 ncdu-2.7-linux-x86.tar.gz

View file

@ -0,0 +1 @@
f4452faa69887dfe4203691a8334b069defdd522a9ce6ddda6458aba89fa4765 ncdu-2.7-linux-x86.tar.gz

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lvkACgkQYjlMaYwn
Ofqbhg/9HH60nnmtoDWXe1k9bUh7pQ7NBkvNk2u5H/BgUpBJB5hNaJsO25qV6UXC
g+oWpNlqsZegeyStZ//o8gaCWopFRcJxpI23IgjkMhgBScjxXfDJwn9yRzCI0QWO
XqyNFjdFltKullJWAv0mY/nogTDjMFI+KvQz0O7RVYAI0se/qkVimdw3J3tWgQBQ
pWfgerDOJuiNC4PgFAzv7Iq4wfxND2qCaQpbQIqEXSHJxmJIHoUWoj7tQmC/pymV
lLfLEKLvbjqBeR79/fVcaaW5xThB/sABc6wEGP+K/es37pD6u5qfuEbDX43dFDpK
80J31PkVDYtCkGOlBArKlmqE1iD0MX7R1zUqDTiaBkLKfrF8dRzmoUh8jJnlYtaM
5Q1UzndZ4ch6dkU5XcQTkoJtejo50Liyjyy72gFM6rOzAiNShmTC3X3sqHSt73ml
w+4+RTCmEtbldDO95oXXIST+/GVl+nu/rzwmWO/fkz8CMyOso2wslqgTbDGOQm3U
32wREbf6RzW1RgKQZi8fT6g/cxWVAX8IKX++eqWclRmRqxuW4JbjRMorWWS0uqF+
2P0JOYOStRsA5J9gIls0+lIxZ69se9mpvBPNUV+V4uqwnHNDUm+McOwJhKGOf8PV
N8FmW3bKuAAS4zRVPpi8DrPrqwtlaCBvEeMXJ4gOat/YtNiP4nk=
=xpz6
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
49b2764efad2491afd82218a6a268d09 ncdu-2.7-linux-x86_64.tar.gz

View file

@ -0,0 +1 @@
003fdcc34f5a62b4bdc44852e6ebd0bf12d57fa5 ncdu-2.7-linux-x86_64.tar.gz

View file

@ -0,0 +1 @@
9710e0b3b4c700541e3ff6ebf6ea4bb03b494a140a21bf2f4e2ed87eb2a28bc6 ncdu-2.7-linux-x86_64.tar.gz

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmc8lvoACgkQYjlMaYwn
OfpjbRAAm4KNCB7KOVMYiEzqqFwIrxtWcCTRdBaLctKxD8+llGwUVrlGLw/yunOL
QNuCFRkoeWmHmmPxI26dVchg4Gc8TC1A7CYUymCVgW+KAhmr7oDRzf0k+1mtL7dA
8ftTtpy45lHLb7Su3sCQg39cBjIhhqFQ9cZrvYuaSUIPKfDxTVZODn729LZZAL2L
u7xwRT3AgMO8oRnnT93+hoJkeqmTc48V4hs9jEuaFRjsvzt+/n+w4+022fAa7n37
wFVo34d+PrqDqMnuqk4t47dI9f1YfMd7SJoxrc48fdX0uu3UZkHG5YrPa2iMdWMr
4lipzt2bFVylusgbaKkWcBhFzoyE5iwC1coBIV7Qe9dK3OT760ZvSQi9HnASQBwz
AHKksAJJG28hyeYhY5dY2OSTm4uBpuD46/Q1bu3hkKlLp4bU0JsPurmQJkvTrkwN
7pr68dkcpSSN+Mt4hfIMSdG0jCp2dNpJgCKnrZDNnX8vkoGLaQrwcPX/APa4Vabk
dCYifCKVBhmugu7hGKvA736YENc1fr2E4dyWB/qq1OY4HAKlQFFPzfuAC1efI0Xr
+hDUWZClyTx7wtXbuUiLYwjpiq2iWhKFtTzsmVcbNg7cz1k7piST98LddccGQDRR
AT0UYrGofD9mz4mb/SLX1sYMwY2W7tuSqpDpzQAg2yM2nvEgjLk=
=dXnM
-----END PGP SIGNATURE-----

View file

@ -0,0 +1 @@
9a2e70dfb79698dbebc8c88fa7c06f48 ncdu-2.7.tar.gz

View file

@ -0,0 +1 @@
052fb03cb17fd56a0eb9a635d2b03f08263bf413 ncdu-2.7.tar.gz

View file

@ -0,0 +1 @@
b218cc14a2bb9852cf951db4e21aec8980e7a8c3aca097e3aa3417f20eb93000 ncdu-2.7.tar.gz

View file

@ -79,6 +79,7 @@
</li>
<li><a href="/ncdu/scr" class="item2-ncdu-scr">Screenshots</a></li>
<li><a href="https://code.blicky.net/yorhel/ncdu/issues" class="external">Issues </a></li>
<li><a href="https://ncdu.blicky.net/" class="external">Web UI </a></li>
<li><a href="/" class="small back">Projects home </a></li>
</ul>
$endif$