dundee/gdu: использование диска

This commit is contained in:
Andrei Astafev 2022-12-19 13:23:47 +03:00
parent 4600955169
commit 25c097d4c3
2 changed files with 6 additions and 0 deletions

View File

@ -27,5 +27,7 @@ curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/e
~/bin/eget dbrgn/tealdeer ~/bin/eget dbrgn/tealdeer
~/bin/eget denisidoro/navi ~/bin/eget denisidoro/navi
~/bin/eget jgm/pandoc ~/bin/eget jgm/pandoc
~/bin/eget yt-dlp/yt-dlp
~/bin/eget dundee/gdu
``` ```

View File

@ -30,3 +30,7 @@
["yt-dlp/yt-dlp"] ["yt-dlp/yt-dlp"]
target = "~/bin/youtube-dl" target = "~/bin/youtube-dl"
asset_filters = [ "yt-dlp_linux" ] asset_filters = [ "yt-dlp_linux" ]
["dundee/gdu"]
asset_filters = [ "gdu_linux_amd64_static" ]
target = "~/bin/gdu"