Skip to content

Commit

Permalink
Added du-dust
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Sep 5, 2022
1 parent d9af5af commit fb2ca3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -187,6 +187,7 @@ cog.out(pretty_list)
| [<img src=".github/direct.png" align="top" width="20" />](https://www.docker.com/products/docker-desktop/) | `docker-desktop` | <i>The fastest way to containerize applications.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://www.diagrams.net) | `draw.io` | <i>Diagramming and whiteboarding app that wraps the core draw.io editor.</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://www.dropbox.com/) | `dropbox` | <i>Securely share, store and do more with your content.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/bootandy/dust) | `du-dust` | <i>du + rust = dust. Like du but more intuitive.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/muesli/duf) | `duf` | <i>Disk Usage/Free Utility - a better 'df' alternative.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://juzzlin.github.io/DustRacing2D/index.html) | `dustracing2d` | <i>Dust Racing 2D is a traditional top-down car racing game including a level editor.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://element.io/) | `element-desktop` | <i>Secure and independent communication, connected via Matrix.</i> |
Expand Down
14 changes: 14 additions & 0 deletions deb-get
Expand Up @@ -688,6 +688,20 @@ function deb_bat() {
SUMMARY="A 'cat' clone with wings."
}


function deb_du-dust() {
ARCHS_SUPPORTED="amd64 i386"
get_github_releases "https://api.github.com/repos/bootandy/dust/releases/latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_DIR}/${APP}.json" | grep -v musl | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="du-dust"
WEBSITE="https://github.com/bootandy/dust"
SUMMARY="du + rust = dust. Like du but more intuitive."
}


function deb_git-delta() {
ARCHS_SUPPORTED="amd64 arm64 armhf i386"
get_github_releases "https://api.github.com/repos/dandavison/delta/releases/latest"
Expand Down

0 comments on commit fb2ca3f

Please sign in to comment.