{"id":50508691,"url":"https://github.com/evilmarty/duex","last_synced_at":"2026-06-07T02:05:26.244Z","repository":{"id":358843833,"uuid":"1243326865","full_name":"evilmarty/duex","owner":"evilmarty","description":"Duex is a Go-based terminal utility for visualizing and analyzing disk usage, featuring interactive navigation, accurate sizing, and real-time feedback.","archived":false,"fork":false,"pushed_at":"2026-05-28T22:36:55.000Z","size":534,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T00:17:02.308Z","etag":null,"topics":["cli","disk-space","disk-usage","golang","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilmarty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-19T08:38:23.000Z","updated_at":"2026-05-28T22:36:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/evilmarty/duex","commit_stats":null,"previous_names":["evilmarty/duex"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/evilmarty/duex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fduex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fduex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fduex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fduex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilmarty","download_url":"https://codeload.github.com/evilmarty/duex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fduex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33833277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","disk-space","disk-usage","golang","utility"],"created_at":"2026-06-02T18:30:32.280Z","updated_at":"2026-06-02T18:30:34.325Z","avatar_url":"https://github.com/evilmarty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/banner.png\" alt=\"duex\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n# duex - Disk Usage Explorer\n\n[![CI](https://github.com/evilmarty/duex/actions/workflows/ci.yml/badge.svg)](https://github.com/evilmarty/duex/actions/workflows/ci.yml) ![GitHub Release](https://img.shields.io/github/v/release/evilmarty/duex)\n\n`duex` is a fast, interactive terminal-based disk usage utility written in Go. It helps you understand what is consuming space on your drives by providing a navigable, visual breakdown of folders and files.\n\n![duex preview](assets/preview.png)\n\n## Features\n\n* **Interactive TUI**: Built with the Charm ecosystem (Bubble Tea, Bubbles, Lip Gloss) for a modern, responsive terminal experience.\n* **Accurate Sizing**: Calculates actual physical disk usage, properly handling hard links (no double-counting) and sparse files.\n* **Fast \u0026 Concurrent**: Uses Go routines for rapid, non-blocking directory traversal.\n* **Real-time Progress**: Visual feedback with an animated spinner and scrolling file list during heavy scans.\n* **Instant Breakdowns**: Automatically computes and displays a file extension breakdown for directories.\n* **Filter \u0026 Search**: Quickly find specific files in large directories.\n* **Safe Navigation**: Cancel long-running scans instantly with `esc`.\n\n## Installation\n\n### Using Homebrew\n\n```bash\nbrew install evilmarty/duex/duex\n```\n\n### Using Go\n\nInstall the latest version directly using `go install`:\n\n```bash\ngo install github.com/evilmarty/duex@latest\n```\n\nEnsure your `go/bin` directory (typically `$HOME/go/bin` or `$GOPATH/bin`) is in your system's `$PATH`.\n\n### Pre-built Binaries\n\nYou can download the latest release from [GitHub Releases](https://github.com/evilmarty/duex/releases/latest).\n\n### Building from Source\n\nMake sure you have [Go](https://golang.org/) installed.\n\nClone the repository and build the executable:\n\n```bash\ngit clone https://github.com/evilmarty/duex\ncd duex\ngo build -ldflags=\"-X main.Version=v1.0.0\" -o duex\n```\n\nYou can then move the `duex` binary to a location in your `$PATH`.\n\n## Usage\n\nRun `duex` in your current directory:\n\n```bash\n./duex\n```\n\nOr provide a specific path to scan:\n\n```bash\n./duex /path/to/scan\n```\n\n### CLI Flags\n\n| Flag | Description |\n| :--- | :--- |\n| `-h`, `--help` | Show usage instructions |\n| `-v`, `--version` | Show application version |\n\n### Keyboard Shortcuts\n\n| Key | Action |\n| :--- | :--- |\n| `↑` / `k` | Move cursor up |\n| `↓` / `j` | Move cursor down |\n| `enter` | Open selected directory |\n| `backspace` | Go up to parent directory |\n| `esc` | Cancel active scan / Go back |\n| `r` | Refresh (rescan current directory) |\n| `/` | Filter files in current directory |\n| `q` / `ctrl+c`| Quit application |\n\n## Testing and Coverage\n\nThe project maintains a high standard of test coverage (95%+ for core packages).\n\nTo run the test suite:\n\n```bash\ngo test ./...\n```\n\nTo generate and view the detailed code coverage profile:\n\n```bash\ngo test -coverprofile=coverage.out ./...\ngo tool cover -func=coverage.out\n```\n\n## Contributing\n\nWe welcome contributions to `duex`! If you would like to help improve this utility:\n\n1. Read our [Contributing Guide](CONTRIBUTING.md) to understand our development workflow, core architectural patterns (e.g., Bubble Tea TUI conventions, concurrent scan synchronization), and testing requirements.\n2. Search through existing issues or open a new issue to report bugs or discuss feature suggestions.\n3. Fork the repository, implement your changes (with tests to maintain 95%+ coverage for core packages), and open a pull request.\n\nPlease make sure all concurrent code passes the Go race detector before submitting a PR.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Fduex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilmarty%2Fduex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Fduex/lists"}