Skip to content

dust

Human-friendly and fast alternative to 'du'

du + rust = dust. Like du but more intuitive.

terminal

https://github.com/bootandy/dust

armhf amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install dust

sudo apt install dust

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    dust=1.0.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      dust=1.0.0*

Download URLs

Version SHA256 Size (KB)
1.0.0 84b89624e1ada8cb951b1d8fd9da0b528cfece97bf97e21bb11e55d5d0c7024c 877
0.9.0 a928f963ecc6728f75193d54b9447ed7078a95bc9efddea06a5c3dbf11a8a9bc 868
0.8.6 f9265003dc20822a05b5cbd2563dc4b8199de848af7b3e7d6d552e28a01bb6ac 688
0.8.5 71968735fce63d2f9b52cbc685c75784dd4902a44c6e739db49c8e9c3f8602bb 648
0.8.4 e589e6b043f69309e1352fbc4902d649c61ff81cbc7515d27c58d38ce632c15c 702
0.8.3 45e345f6b4012dcf0cfa427f7a80d31ba6f87f5e33bffc26e532e4874c61243b 633
0.8.2 f0eac2cc1bc60116f72af04496799efb42fb63b4a559d11cda9ae2fe8b90cc29 623
0.8.1-alpha.2 a99dd6a460731001b0c445e54a1c0a4b7de05b114d7a859c4356a83620199749 620
0.8.1 5e39bf9b936de35f299e3841208fbac8deda8adae9849eb99d118f9c56066e25 626
0.8.0 eeeeedd2992c4381f28393d643af2ead3736a5b1627861a0982d8f139929589e 620
Version SHA256 Size (KB)
1.0.0 00a47c96180e5419a1dccff4ad4e90ebe1a4cc9d81c4311011c54007ba101b6b 712
0.9.0 5d8304856799d510dd4df1b5ddf5170d1e7e0f15a5400fd364a91cc6cb5536df 705
0.8.6 90e8b4734b3b9332147a9a992b76ad03071d0edf959704a42544990773021286 596
0.8.5 2138f23e045389b88a4ed028e58da378897a56b9c4ec385e83907491de24d89a 567
0.8.4 f2ecfc0682bc738a3977d0a53216c3442a6b00590c99021caeea149baf2a73b2 614
0.8.3 912ba2145425e3deb5814f97b471c732e054b31c2485af4539a51cc5417bf45b 563
0.8.2 19b2160313aa461527479804146addb5e99f2ce2aaeca89eb3c9757cb1c8d3e4 554
0.8.1-alpha.2 a6b227c6ed769c8e58464d0650dde92859576b07a3dd3a2a357b463601df1149 510
0.8.1 19b85ce0ec1ce72d88522e6df5e7c74a08359eb4ace06a90a24e7d83f3f08a2e 506
0.8.0 ea8da98a16cd97ffb8d83de7ebfead9d903397814881fea3d0ab8ebe3f5f4f2d 510

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for dust are versioned here.

Click here to see dust ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/dust/ops2deb.yml
- name: dust
  version: 0.7.5
  revision: "3"
  homepage: https://github.com/bootandy/dust
  summary: human-friendly and fast alternative to 'du'
  description: du + rust = dust. Like du but more intuitive.
  fetch: https://github.com/bootandy/dust/releases/download/v{{version}}/dust-v{{version}}-x86_64-unknown-linux-gnu.tar.gz
  script:
    - mv dust-v{{version}}-x86_64-unknown-linux-gnu/dust {{src}}/usr/bin/dust

- name: dust
  version: 0.7.5
  revision: "3"
  architecture: armhf
  homepage: https://github.com/bootandy/dust
  summary: human-friendly and fast alternative to 'du'
  description: du + rust = dust. Like du but more intuitive.
  fetch: https://github.com/bootandy/dust/releases/download/v{{version}}/dust-v{{version}}-{{rust_target}}.tar.gz
  script:
    - mv dust-v{{version}}-*/dust {{src}}/usr/bin/dust

- name: dust
  matrix:
    architectures:
      - amd64
      - armhf
    versions:
      - 0.8.0
      - 0.8.1-alpha.2
  homepage: https://github.com/bootandy/dust
  summary: human-friendly and fast alternative to 'du'
  description: du + rust = dust. Like du but more intuitive.
  fetch: https://github.com/bootandy/dust/releases/download/v{{version}}/dust-v{{version}}-{{rust_target}}.tar.gz
  script:
    - mv dust-v{{version}}-*/dust {{src}}/usr/bin/dust

- name: dust
  matrix:
    architectures:
      - amd64
      - armhf
    versions:
      - 0.8.1
      - 0.8.2
      - 0.8.3
      - 0.8.4
      - 0.8.5
      - 0.8.6
      - 0.9.0
      - 1.0.0
  homepage: https://github.com/bootandy/dust
  summary: human-friendly and fast alternative to 'du'
  description: du + rust = dust. Like du but more intuitive.
  fetch: https://github.com/bootandy/dust/releases/download/v{{version}}/dust-v{{version}}-{{rust_target}}.tar.gz
  install:
    - dust-v{{version}}-{{rust_target}}/dust:/usr/bin/

The blueprint fetch keyword contains a URL template pointing to dust releases. Downloaded files are locked in a lockfile versioned here.

Click here to see dust release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/dust/ops2deb.lock.yml
- url: https://github.com/bootandy/dust/releases/download/v0.7.5/dust-v0.7.5-x86_64-unknown-linux-gnu.tar.gz
  sha256: 1e74434d3af518e0a8bc909fe63f037372c93f1e513fe45a23e47f3a24e945d9
  timestamp: 2021-12-14 15:37:09+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.7.5/dust-v0.7.5-arm-unknown-linux-gnueabihf.tar.gz
  sha256: c3bb60609c60dff0c3f1e7fa316d74d192fe95489b75ed847a044e2645141cbd
  timestamp: 2022-01-07 17:50:50+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 2ef0f325fdaef36e1590bd99b216aa5c7da9d3f9db4955652ce381f87428c9d1
  timestamp: 2022-02-26 13:31:17+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.0/dust-v0.8.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: c2a46a335f7c2bc0ef43b8fb8ff25edf3679eb666b3f814e7fff3a55af5b39a9
  timestamp: 2022-02-26 13:31:17+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.1-alpha.2/dust-v0.8.1-alpha.2-arm-unknown-linux-gnueabihf.tar.gz
  sha256: f4c0ec1c2a5ec79a025167da6443c83b9cf2e7171c943b8525d82f22deb5785f
  timestamp: 2022-02-27 13:31:29+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.1-alpha.2/dust-v0.8.1-alpha.2-x86_64-unknown-linux-gnu.tar.gz
  sha256: d4609817ff59421787a2c7e508f1b2d31ee0842f9f1465b022bc44978934b201
  timestamp: 2022-02-27 13:31:29+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 38dc4374c5d5bbba9a6a266124a6bce3e099e8adb0185e2ac90a8354fdefe520
  timestamp: 2022-08-08 11:22:08+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.1/dust-v0.8.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: c7aeb6ca5662caaa0b51e8bd6e1fecfd00a02520befb5c847eea3426b58d392c
  timestamp: 2022-08-08 11:22:08+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.2/dust-v0.8.2-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 4b9ebc1f6bab04f195a0f95f046c5f3b5fb3d0d568f09ed81be5fec0aa0ec236
  timestamp: 2022-08-23 14:44:38+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.2/dust-v0.8.2-x86_64-unknown-linux-gnu.tar.gz
  sha256: 4a31755f54ea4feb637dc75cbc908af3582b8feedce63282f10b51537ad1e6e3
  timestamp: 2022-08-23 14:44:38+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.3/dust-v0.8.3-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 579e173329d8b280ec243678e7e3a9ab5f15d263e9047055ce80936beef65894
  timestamp: 2022-08-31 23:21:02+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.3/dust-v0.8.3-x86_64-unknown-linux-gnu.tar.gz
  sha256: 729698f59d7062434fabf7c360b03e9c9be948475179bd2e578b1fbda2e82054
  timestamp: 2022-08-31 23:21:02+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.4/dust-v0.8.4-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 6d3acd4e2e39aac0a698c0bbf69972d216f55aa693eea8950fa7b6c7d9a4c830
  timestamp: 2023-01-29 13:33:13+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.4/dust-v0.8.4-x86_64-unknown-linux-gnu.tar.gz
  sha256: 14c43521ba84651a5631b426cdd121b4525b8c111f7583efedc4c548c4bfeeee
  timestamp: 2023-01-29 13:33:13+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.5/dust-v0.8.5-arm-unknown-linux-gnueabihf.tar.gz
  sha256: ae0573d8dc8c5f9f9c9e5668afb18e0b835aebf593de2ad40ce6fccda00257b5
  timestamp: 2023-03-14 09:21:35+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.5/dust-v0.8.5-x86_64-unknown-linux-gnu.tar.gz
  sha256: eeeb06b2f560c611338368373c75e9857b111b9ee43f49770ee8736da761df98
  timestamp: 2023-03-14 09:21:35+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.6/dust-v0.8.6-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 0b50167b9de20ec2bc0ffaa6dad0511f8032a4d27f33a37c4e796dec0b2491ed
  timestamp: 2023-05-05 21:14:43+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.8.6/dust-v0.8.6-x86_64-unknown-linux-gnu.tar.gz
  sha256: 55eb48d006a8d2997721d1caf1f7701a904037b62c40884ceac5f61c49189077
  timestamp: 2023-05-05 21:14:43+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.9.0/dust-v0.9.0-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 4fe2a56568f20933c9b8422e0150186fca07612c66d77e51d6349b1792659755
  timestamp: 2024-01-10 01:17:36+00:00
- url: https://github.com/bootandy/dust/releases/download/v0.9.0/dust-v0.9.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: ce53c70f508a0bf82293bd1e3ae51c817063fa140139d4941be0724b617955da
  timestamp: 2024-01-10 01:17:36+00:00
- url: https://github.com/bootandy/dust/releases/download/v1.0.0/dust-v1.0.0-arm-unknown-linux-gnueabihf.tar.gz
  sha256: 5e04612f5cbc072ac54a756f0772b41c525796e7cb54e1ea2303de0280267a1a
  timestamp: 2024-03-26 00:20:16+00:00
- url: https://github.com/bootandy/dust/releases/download/v1.0.0/dust-v1.0.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: db38632f6fac611c13f562971ee983a87aaa8434e180adce3255d2b3aa696915
  timestamp: 2024-03-26 00:20:16+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/dust.svg)](https://docs.wakemeops.com/packages/dust)
<a href="https://docs.wakemeops.com/packages/dust">
  <img src="https://docs.wakemeops.com/badges/dust.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/dust.svg
:target: https://docs.wakemeops.com/packages/dust