ncdu 2.3 & 1.19
This commit is contained in:
parent
c2fa0dafe1
commit
6781bbe938
28 changed files with 163 additions and 17 deletions
|
|
@ -17,6 +17,30 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2023-09-11` - NeedM
|
||||
: Nice client program but only 32bit version?
|
||||
|
||||
*Yorhel comment:* Uhm, where did you get that idea? All software is available in 64bit as well.
|
||||
|
||||
`2023-08-28` - Alex
|
||||
: I can't believe I have been a sysadmin for so long and have only just found out about this project. It has made my day.
|
||||
|
||||
Thanks for the effort.
|
||||
|
||||
`2023-06-19` - ~
|
||||
: Discovered your solution through this @AdrienLinuxtricks video => [https://youtu.be/w7KsFQJyXlc](https://youtu.be/w7KsFQJyXlc)
|
||||
|
||||
Thank you for your work!
|
||||
|
||||
`2023-05-11` - ~
|
||||
: awesome !!
|
||||
|
||||
`2023-02-22` - ~
|
||||
: thanks!!!
|
||||
|
||||
`2023-02-18` - ~
|
||||
: thanks for this. it rocks
|
||||
|
||||
`2023-02-09` - D.S.
|
||||
: Thank you for this Program, for me the best, easy and fast Thank's
|
||||
|
||||
|
|
|
|||
19
dat/index.md
19
dat/index.md
|
|
@ -2,10 +2,9 @@
|
|||
|
||||
Hello visitor!
|
||||
|
||||
Welcome to this little website. My name is _Yorhel_ a.k.a. _Yoran Heling_
|
||||
a.k.a. _Ayo_. I spend a fair amount of my free time developing and contributing
|
||||
to free and open source software. This website is home to several of these
|
||||
projects.
|
||||
Welcome to this little website. My name is _Yoran Heling_ a.k.a. _Yorhel_. I
|
||||
spend a fair amount of my free time developing and contributing to free and
|
||||
open source software. This website is home to several of these projects.
|
||||
|
||||
This site isn't really a complete portfolio. There's a bunch of projects for
|
||||
which I never got around to creating a homepage, and some others that have an
|
||||
|
|
@ -20,6 +19,18 @@ 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>
|
||||
|
||||
`2023-09-11` - ncdu 1.19 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fixes a typo in the `--exclude-from` option and backports the CLI option to
|
||||
disable natural sorting and the little indicator in the footer whether
|
||||
apparent size or disk usage is being displayed. [Ncdu homepage](/ncdu) -
|
||||
[Changelog](/ncdu/changes).
|
||||
|
||||
`2023-08-04` - ncdu 2.3 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: This release adds a CLI option to disable natural sorting, a little
|
||||
indicator in the footer whether apparent size or disk usage is being
|
||||
displayed and a few build system improvements. This release requires Zig
|
||||
0.11. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes2).
|
||||
|
||||
`2023-02-12` - ncdu 1.18.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Fix bug causing builds to fail on platforms other than Linux.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ As with most ncurses applications: no. At least, it does not have this
|
|||
functionality built-in. Ncdc is designed to be used in combination with a
|
||||
separate terminal multiplexer or detach utility to handle this. Have a look at
|
||||
[GNU screen](http://www.gnu.org/s/screen/),
|
||||
[tmux](http://tmux.sourceforge.net/) or [dtach](http://dtach.sourceforge.net/).
|
||||
[tmux](https://github.com/tmux/tmux) or [dtach](http://dtach.sourceforge.net/).
|
||||
|
||||
## Does ncdc support UPnP?
|
||||
|
||||
|
|
|
|||
21
dat/ncdu.md
21
dat/ncdu.md
|
|
@ -11,13 +11,13 @@ POSIX-like environment with ncurses installed.
|
|||
Static binaries
|
||||
: Convenient static binaries for Linux. Download, extract and run; no
|
||||
compilation or installation necessary:
|
||||
[i486](/download/ncdu-2.2.1-linux-i386.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.2.1-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.2.1-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.2.1-linux-aarch64.tar.gz).
|
||||
[x86](/download/ncdu-2.3-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.3-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.3-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.3-linux-aarch64.tar.gz).
|
||||
|
||||
Zig version (stable)
|
||||
: 2.2.2 ([ncdu-2.2.2.tar.gz](/download/ncdu-2.2.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.10.x)
|
||||
: 2.3 ([ncdu-2.3.tar.gz](/download/ncdu-2.3.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.11)
|
||||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
|
|
@ -28,7 +28,7 @@ Zig version (stable)
|
|||
work for you or if you need a more stable compilation environment.
|
||||
|
||||
C version (LTS)
|
||||
: 1.18.1 ([ncdu-1.18.1.tar.gz](/download/ncdu-1.18.1.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.19 ([ncdu-1.19.tar.gz](/download/ncdu-1.19.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.
|
||||
|
|
@ -86,15 +86,12 @@ A port to z/OS is available [here](https://dovetail.com/community/ncdu.html).
|
|||
- [gdu](https://github.com/dundee/gdu) - Go disk usage analyzer inspired by ncdu.
|
||||
- [dua](https://github.com/Byron/dua-cli) - Rust disk usage analyzer.
|
||||
- [godu](https://github.com/viktomas/godu) - Another Go disk usage analyzer, with a slightly different browser UI.
|
||||
- [tdu](http://webonastick.com/tdu/) - Another small ncurses-based disk usage visualization utility.
|
||||
- [tdu](https://bitbucket.org/josephpaul0/tdu) - Go command-line tool with ncdu JSON export.
|
||||
- [TreeSize](http://treesize.sourceforge.net/) - GTK, using a treeview.
|
||||
- [Baobab](http://www.marzocca.net/linux/baobab.html) - GTK, using pie-charts, a treeview and a treemap. Comes with GNOME.
|
||||
- [GdMap](http://gdmap.sourceforge.net/) - GTK, with a treemap display.
|
||||
- [Filelight](http://www.methylblue.com/filelight/) - KDE, using pie-charts.
|
||||
- [KDirStat](http://kdirstat.sourceforge.net/) - KDE, with a treemap display.
|
||||
- [QDiskUsage](http://qt-apps.org/content/show.php/QDiskUsage?content=107012) - Qt, using pie-charts.
|
||||
- [Filelight](https://apps.kde.org/filelight/) - KDE, using pie-charts.
|
||||
- [QDirStat](https://github.com/shundhammer/qdirstat) - Qt, with a treemap display.
|
||||
- [K4DirStat](https://github.com/jeromerobert/k4dirstat) - Qt, treemap.
|
||||
- [xdiskusage](http://xdiskusage.sourceforge.net/) - FLTK, with a treemap display.
|
||||
- [fsv](http://fsv.sourceforge.net/) - 3D visualization.
|
||||
- [Philesight](http://zevv.nl/play/code/philesight/) - Web-based clone of Filelight.
|
||||
- [psHFO](https://github.com/FrankieDevOp/psdu) - Human-friendly du for PowerShell.
|
||||
|
|
|
|||
16
pub/download/ncdu-1.19.tar.gz.asc
Normal file
16
pub/download/ncdu-1.19.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmT/ZDEACgkQYjlMaYwn
|
||||
OfphiA//cQ1bL76FQcT2W/qRqtTatJc7TQ53C2TbpL2+U7vn9oO5jrASwqa0JNhx
|
||||
f2wAyojQrWzeaxab1WJO1XyhFMXRLe7eS9cDrtn2TNVMVUAstENwtZfgm/+BRLNr
|
||||
Lk74MG+U3o36gyhVWcC18AyMGbBY1K1feCk5WVglEunL3r+PVGjUrViH20M6ZCif
|
||||
37QIdE3pEhSFm/MacjxJvp+2hxLt7cqruhRHqIzudalCfgBgne6xQ431W5QjBANl
|
||||
kO/fs8+YAQKvqBIoj4qf0I6oM7UnjJ7+AJc+sqCdBOXIh6n5KBeaWoXOWA3sKjyH
|
||||
kc+B9W/7s0GDzcV8EA8JMUVOuG1kMeAVYCcx3ra1OOierGsya1SkOLP1IBjHXiQy
|
||||
LK52vOP1YtfXZQCofTgoPTIxTH9si2RsZTRu6NIMb5su1QutWCsGKEpIQByTVMGH
|
||||
/Fcc0YyW2i4gbOv/TzK2w/ofaQkICFqVt+KsQ9mw1f4lBQa2e/l64+bk9lwJnWQF
|
||||
xkqxu+FtBP7//1oYAGkXNjbEgoBu5suw9JNUuEz/RS5CJGx6EXQyxRxprftsDPA1
|
||||
atzJJENihxSfLbX7EGK3ZOgu7d6TCy5gqB7B4Jc6RGzoacB4uVmavyuYrZyEm+mt
|
||||
sInUu4/tJF7s1LXccBJ4TyEfdOA75sBRvaRwJCxwD3AvmK9f+uE=
|
||||
=DZaX
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-1.19.tar.gz.md5
Normal file
1
pub/download/ncdu-1.19.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
7986451d5b222b8a99b5382f33a30831 ncdu-1.19.tar.gz
|
||||
1
pub/download/ncdu-1.19.tar.gz.sha1
Normal file
1
pub/download/ncdu-1.19.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
3ee7aff60bdaa1c79eb4f27e3d277fc2d76e0043 ncdu-1.19.tar.gz
|
||||
1
pub/download/ncdu-1.19.tar.gz.sha256
Normal file
1
pub/download/ncdu-1.19.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
30363019180cde0752c7fb006c12e154920412f4e1b5dc3090654698496bb17d ncdu-1.19.tar.gz
|
||||
16
pub/download/ncdu-2.3-linux-aarch64.tar.gz.asc
Normal file
16
pub/download/ncdu-2.3-linux-aarch64.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmTNBmgACgkQYjlMaYwn
|
||||
OfptkRAA4AXjjPmLXqHP3DgjM0rQ6Q4K/DfsZ/pIa4f/b6x7tRf+zzumZW2A/htS
|
||||
OpfoEPzTu4NF2VXjIbie682obp3nWw9qZlZ5fLTH4vnlIcWXOvykR3TS6eF8AGf9
|
||||
+ENsB1rXMnvLcGqTsfyOGCOzFi74NLog6QOK2bui3Mt0DV0S5+FNCnpLexiFltkS
|
||||
VqwYU99f193F7VtfofiDbxHtkx3jnIYAWSLR88XqHbxjdsTIotNDxeyOwAqsUvSk
|
||||
Mm1ccwuG4O4gXplMxYkgSGo++631DXv/HAxOaLaQzM8afuGZiriPOfrEzoMCzxWL
|
||||
q9NApfXd8xjrxgUBpKbrFO2BL7gd6yT/LiqBDg8Yt7koTtlLnTliTI9QQ0YhPiVJ
|
||||
PNcXA4LzFIAOfp3V+uzp6iYlaEZ+pretDmv1DM4gTIJmeawqBucOUIqwEin+9G9k
|
||||
fjBAxr8HJ7MQQOrnRheH+fYPKwNA4tvgWfsxmeW2jVfz77QfRhgcYIbb0qLvosvM
|
||||
tQFY53YovAioiSQrqVRvo9gTtZ65wp5vD42ZTWAgA2IFFIeCMgqw0lJ0vNvGdSgp
|
||||
OX15qc5MNqXeK6sJluQLvOjVaH+9RD/s7p7zNvnBKRBQq52OcvVUDQfEVwkS76ge
|
||||
4caph62kSQBR0QCWqiV2/ug1CJotg8f+HV89YcxMAFusWCtqKas=
|
||||
=VaJ4
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.md5
Normal file
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
dbc124a58300a923a91ba3032e99a8e4 ncdu-2.3-linux-aarch64.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.sha1
Normal file
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
83ca64d5494c2733ecca4989fb6327ce74c8813b ncdu-2.3-linux-aarch64.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.sha256
Normal file
1
pub/download/ncdu-2.3-linux-aarch64.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
740cd8c0b1160ea2334c10959143a68d5e866f219d48a968d351e053222f46e9 ncdu-2.3-linux-aarch64.tar.gz
|
||||
16
pub/download/ncdu-2.3-linux-arm.tar.gz.asc
Normal file
16
pub/download/ncdu-2.3-linux-arm.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmTNBmgACgkQYjlMaYwn
|
||||
OfrEtRAArx8FEKLtRqxKozmKtHNxut7hOdmk+OhznFOaRoEHM5ws9wl314viMN5y
|
||||
KIhk72d3G49WJy7iMJpDuDJQ2nxz0h9qz9JrRKD/6vDWTyprP0UKekXxCCg6oCEY
|
||||
95BdfudJrmw2UQpR65ufq72U18lfRFs95I2YEVYA23yRHAeZOn3aVMv5FOctPLQX
|
||||
1++hOHPb51FN0+W6W74BW7gEg0yuUl8iSKhxowfe2vWURbJHxRz5W2lgxL0YjLIt
|
||||
EfS9nX98r+JpPn4iBFI+F45XxvpvrtXhAoFbG/qv3pDDlLYO4BHXifxakCRTAdyX
|
||||
43bRtQo8XReCGa31HnMFi4Z+6w5QaH+KF7Gi1sQrbPKOxKPUcpl98O/X7OSac31a
|
||||
0yn9yXAzEzCjA/A0QkcIcpUxAAiWoQ/6iWE2e4afxDbnthia0WGWDYbGiOrYxU8n
|
||||
BORwf+/+YL0GH3UajCPpitmMTGWYNp4qIWzUDD4eZMX/cZ19+h7VS0JF4ozQp/Ti
|
||||
ixzk0ldIqXo62sT57SKjUUB9Kw3xgFWeHxy84EAwwALcljY5a5t7pxGhsbXzyx1P
|
||||
ZNgzcqWavZpaAWVWDt53LjurMy8VSmHAV/mmPGlGMrkMF0YD9B3dqBxyvTxCpS58
|
||||
3axqr+enc86IuyHKg4v4gSmh3ouLi/Nla0cAQ23xt0bDWUnXllA=
|
||||
=8o65
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-2.3-linux-arm.tar.gz.md5
Normal file
1
pub/download/ncdu-2.3-linux-arm.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
ef778e47761d07eb5469d50cbfeaf3dd ncdu-2.3-linux-arm.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-arm.tar.gz.sha1
Normal file
1
pub/download/ncdu-2.3-linux-arm.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
3e2a98749e6d2e95c325e9f1e39bf1972c59dc76 ncdu-2.3-linux-arm.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-arm.tar.gz.sha256
Normal file
1
pub/download/ncdu-2.3-linux-arm.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
429e606caf5174a7e5d9dfa78656a96c8cc800870d53bd67d01a5d7bd0c54375 ncdu-2.3-linux-arm.tar.gz
|
||||
16
pub/download/ncdu-2.3-linux-x86.tar.gz.asc
Normal file
16
pub/download/ncdu-2.3-linux-x86.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmTNBmgACgkQYjlMaYwn
|
||||
OfrzHg//fQz/1Lq2e4WpPTiyNnES6uaIBF+2TgxbPE+rhOt80oFpCt1V8jzKh/c+
|
||||
Ji790yaWKhuiS9YwV3E0vt/z+NonoaTdS86zLviLjQRCmy4i2mar05lEV7pBdPhX
|
||||
Nilo0oVfrLdymNPHHGoxgxzU6UYBS3KJ8PxTdjwjQq5OGDuuQscwnw1MSBpsdNca
|
||||
9xDrPgq2SLwb7fcUqpiLEX15F8JCEcjtdvkbBXaWf0C30ZLja5uEhx9C6eHc1HvS
|
||||
+2jiJkutpBa5xmqOmJ4vucu7xUppU0E4gIyQbJe8Ll2vEZrfpQZsDuMSJqdg5dgL
|
||||
jXK/qRkpvBM+c/E71Jblm20t+sZQ5zS8QasQCihbeEZ2TxzKlKIG95skbRZrEiKE
|
||||
TCb7hocMhaZtzJUnQ6yy0pURo/Ph71mCvk7bDyDaIrnMAYO4B1/6UTPDuuurP7iO
|
||||
lnyrn5sN9KbtvMLWl+uT0k1JCcCV0MUFl2C42sZlmDTmk0BkFoEMPo1iGqCAzNOt
|
||||
3QBmV2U1egZK3UIbN9OgeHMcW+q36eNGAAfgIvcN/ToIFPVusu9Z70l3e1jweloA
|
||||
s/iUcEjaUhsnloQ8NYp+1lX+mHrPRwbozLFDUdrzR9L/yYqc4UEu6Xo+U5BYbrAn
|
||||
/q4+/n2qOqYADK0+QLhfcZ7wLH15T/BLPyDSTqoutrPoxh0dyKc=
|
||||
=wNsh
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-2.3-linux-x86.tar.gz.md5
Normal file
1
pub/download/ncdu-2.3-linux-x86.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
244078ca630134428c6a0e658b414fa1 ncdu-2.3-linux-x86.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-x86.tar.gz.sha1
Normal file
1
pub/download/ncdu-2.3-linux-x86.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
7406f4a47d64591f1ced1e0551dd413265febe8d ncdu-2.3-linux-x86.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-x86.tar.gz.sha256
Normal file
1
pub/download/ncdu-2.3-linux-x86.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
2bdd2d6e66d72b8b25bd33728d666bf6e5f58630c5bdf258663bad0221322e47 ncdu-2.3-linux-x86.tar.gz
|
||||
16
pub/download/ncdu-2.3-linux-x86_64.tar.gz.asc
Normal file
16
pub/download/ncdu-2.3-linux-x86_64.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmTNBmgACgkQYjlMaYwn
|
||||
OfovNhAA4NM29mN+dXUI2rSdp4xQLPg2ogDMp+YDhKzbWKXCCjhxd4pGPa1zf9/r
|
||||
BvGEyoAYApqEbXaEVxMc7aenVgdOp9d9ZgFUgq1G1quB5e+HppHN7/NJAx5bwZMO
|
||||
2rRamJxQipB1fAxHypLYzwZuJrVhAfFV0QEqlUR/yXIvZh7GFsPV0j4yovYm8utP
|
||||
06VooMEI1Bjh4sQRkLATEl+csU1UMdhh/Qmm3z4eWlsbur2d07hb8OcQ1PZN25PT
|
||||
DxpR6Ox+bqlsfHIdJH0Qx2ZI3KYoZRWghQVSpf1SxNHoeuyMCFgSNXnaYLHdfTlp
|
||||
Y8Sv84GZAm/jthk1xvZbVhQXvMFZwVIOstzpjJobwp/502OLuZmWYQkostPZtvnT
|
||||
B7G4WsTFYE+TlVBKdhw7LJ4yEpGWBIg4QkWDpis5B7der++Okhuny2bKDqQr4hI8
|
||||
utX32ojCKC8W2GugEkqoxWHqXaiP5ovBAV7t8Ms094cgtDRk6patB/Vf8b/72+wa
|
||||
cP/Gqlcelb6aN2LJwQc4wm2qV3vRXtBgGkMT5dpL5CvcGboAUBI/L/v4q10YoCAu
|
||||
l2LyK3c7Sck426EUpD79HuueKyeGWsLJoh1wvM3J9sI6/A94wmJF9Pw7AKPq/uIO
|
||||
wtvkYkhBg7MNG3PC4sOcE1aSrpM6EMKNSt0bs+KHoLB8/lLwgnE=
|
||||
=U3I6
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.md5
Normal file
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
e3fced5eccd175a4fc7271893d8c70f5 ncdu-2.3-linux-x86_64.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.sha1
Normal file
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
07f70e26dfcf7e38af258b512e91261d484603f7 ncdu-2.3-linux-x86_64.tar.gz
|
||||
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.sha256
Normal file
1
pub/download/ncdu-2.3-linux-x86_64.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
9dcdd0efb5e77e5d2bdce178615b8f979f91aa663e8209c5abdbe0b25bf638e8 ncdu-2.3-linux-x86_64.tar.gz
|
||||
16
pub/download/ncdu-2.3.tar.gz.asc
Normal file
16
pub/download/ncdu-2.3.tar.gz.asc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEdEYNMrgIEOupr6LpYjlMaYwnOfoFAmTNBmgACgkQYjlMaYwn
|
||||
OfrZTBAAogkWQYM8bBPyWQz4DFIjv7w+gw4en2TafwnU3GIjXUqOlt6hy8/JSbe6
|
||||
QSqUmAsT1GoOFjJha09iwqp/pd4esOafKiQD9PmueYrjtd0qnKR/eXxsxq9k7CrJ
|
||||
cd+4uzoMFjRTDbEEBXF3MUxGPX7Xpk/JRo8+qo8IUnYfd2wsYf152ZLqX+xWPDiw
|
||||
x5/j6dsWa6KspDx9y0oiqcAvg9tMYQuPYTzFzFtEstxLfHvR/yMhWtaebqFlWcLB
|
||||
OivXI/PxelHhQuHNpoxMY+Uy54LBOI6tt1JOyAGF+bjScqKiDVp3KAYTyjoPJL2F
|
||||
lNCi42junZSrQgtu4nmHKXr46Y2Hsjxri5+hAQN6hyGhLFjrLBccMrC1BwOnYpCI
|
||||
dS57ZM6JSZkTE4hlNDZNZDwzDGbLzQvqrPDh1lSShOGCI621luIMMziAiu6xsR6C
|
||||
e+XDLBoRIuzCRluEh1y4I0eKZ+xTIh9Fq4O06BCYwYZVPCEiKYl98nrB8jr1e7rS
|
||||
z7T4pNtE3pQvrO2gFyqnEr7jC14cNEWdc5ZvDS4XkOGsz1ppn5lsW+Zv/xEIrfuR
|
||||
ipqkHCfA5/GfoN40o/Yk4QOiw0CIbclUh9XqC1cx+oe/L+iueaabcxUKxLTIbaMx
|
||||
dxV6sWRv6hBvsEQ4HikAeiGYj5dh+W+3E4R6c2xRhcW4dsDTCOI=
|
||||
=6o9b
|
||||
-----END PGP SIGNATURE-----
|
||||
1
pub/download/ncdu-2.3.tar.gz.md5
Normal file
1
pub/download/ncdu-2.3.tar.gz.md5
Normal file
|
|
@ -0,0 +1 @@
|
|||
a74a52cefbe7743fcb734fdafaeaaba5 ncdu-2.3.tar.gz
|
||||
1
pub/download/ncdu-2.3.tar.gz.sha1
Normal file
1
pub/download/ncdu-2.3.tar.gz.sha1
Normal file
|
|
@ -0,0 +1 @@
|
|||
326e2cfb41022ba0de5f0462ec8f78ab20da3e9f ncdu-2.3.tar.gz
|
||||
1
pub/download/ncdu-2.3.tar.gz.sha256
Normal file
1
pub/download/ncdu-2.3.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
bbce1d1c70f1247671be4ea2135d8c52cd29a708af5ed62cecda7dc6a8000a3c ncdu-2.3.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue