Byron/dua-cli

View disk space usage and delete unwanted data, fast.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 10th, 2026
Created on May 29th, 2019
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 171
Total Stargazers: 6,252 (+0)
Total Subscribers: 28 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.8 hours
Mean response time: 103.6 days
90th percentile: 115.0 days
Tracked items: 62

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (32)
  • enhancement (28)
  • bug (8)
  • question (5)
  • windows-support (4)
  • good first issue (1)
  • invalid (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

dua is a terminal-based disk usage analyzer that lets you interactively explore what is consuming disk space and delete unwanted data.

The tool addresses the problem of understanding where disk space is being used on a system, which can be difficult to diagnose with traditional command-line utilities. dua scans directories and presents a hierarchical view of disk usage, allowing you to navigate through folders and see which items consume the most space. It is built in Rust, which enables fast scanning and responsive interaction even on systems with large amounts of data.

dua suits developers and system administrators who need to quickly identify and reclaim disk space without leaving the terminal. It works well for one-off investigations into bloated directories, cleaning up development environments, or managing storage on resource-constrained systems. The interactive interface makes it more practical than running multiple separate commands to understand disk layout, and the ability to delete files directly from the tool streamlines the cleanup workflow.

The project shows consistent maintenance with regular updates addressing bug fixes and performance improvements. Development activity demonstrates responsiveness to user-reported issues and a focus on keeping the tool reliable across different environments. The codebase receives ongoing refinement to maintain code quality and ensure the tool continues to function well as systems and use cases evolve.