dust icon indicating copy to clipboard operation
dust copied to clipboard

A more intuitive version of du in rust

Results 51 dust issues
Sort by recently updated
recently updated
newest added

Hello, I would like to use dust for my remote server (without root). I unzipped the executable from [release](https://github.com/bootandy/dust/releases/tag/v0.8.1). But when I ran it throwed ``` dust: /lib64/libc.so.6: version `GLIBC_2.18'...

- Try to use iterator adapters and collect in various places, where possible. This especially benefits `draw_it`. - Try to use `.map` and other similar methods on `Option`s and `Result`s,...

I was wondering is it possible to ignore file sizes that are smaller than 100k. For example I dont want to see following files since they are `4.0K` ``` $...

When I run `dust` example output is as follows: ```bash 4.0K ┌── README.org │ █ │ 0% 4.0K ├── job.yaml │ █ │ 0% 4.0K ├── job_example.yaml │ █ │...

This PR would add settings for `cargo`s release profile, optimizing code during build for speed and stripping it for symbols for size

Typically on Windows, some paths contain spaces. Such the paths don't seem to be recognized by dust: PS C:\> ls .\test\ -a---- 07/07/2022 14:23 5 file.txt PS C:\> ls '.\test...

For example, I want to compare the compress ratio between different algorithms

I want to be have the reverse option on by default and I'd rather not have to remember to type `-r` every time.

Is there a way to filter out all files/directories below some space usage% (eg. anything smaller than 5%) or some size threshold (eg.