Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 924 Bytes

File metadata and controls

26 lines (18 loc) · 924 Bytes

diskard

A fast TUI disk usage analyzer with trash/delete functionality.

An ncdu inspired TUI disk usage analyzer, multithreaded for maximum speed. Features support for native filesystem trash/recycle bin, so you don't have to permanently delete things immediately if you don't want to.

image

Installation:

  • Clone the repo
  • cd into the repo
  • Run cargo install --path .

Arch Linux

There is now an AUR package available for diskard at this link. Install by cloning the AUR repo and running:
makepkg -si
(Or use your favorite AUR helper eg yay -S diskard)


Usage:

diskard [path]

(If no path is provided, the program uses the current working directory)