#disk-space #disk #utility

diskspace_insight

Investigate where your diskspace has gone

13 releases

0.1.94 Nov 1, 2022
0.1.93 May 31, 2022
0.1.92 Oct 2, 2021
0.1.9 Aug 7, 2021
0.1.2 Sep 13, 2020

#1708 in Filesystem

Download history 3/week @ 2024-11-13 19/week @ 2024-11-20 6/week @ 2024-12-04 24/week @ 2024-12-11 17/week @ 2024-12-18 19/week @ 2024-12-25 126/week @ 2025-01-01 66/week @ 2025-02-19 19/week @ 2025-02-26

85 downloads per month
Used in birdseye

MIT license

24KB
582 lines

diskspace-insight

Rust library to gather to see what eats up your disk space

See https://github.com/woelper/birdseye for a GUI app using this.

Rust

let i = scan("/home/kaputnik/Downloads");
dbg!(&i.largest_types()[..10]);
(
    "zip",
    1272982211,
),
(
    "so",
    438048904,
),
(
    "AppImage",
    203292752,
),
(
    "txt",
    160211761,
),

Dependencies

~9–18MB
~228K SLoC