{"id":26555183,"url":"https://github.com/trinhminhtriet/dwipe","last_synced_at":"2025-03-22T10:25:18.698Z","repository":{"id":283783919,"uuid":"952905087","full_name":"trinhminhtriet/dwipe","owner":"trinhminhtriet","description":"🧹 Fast, cross-platform disk cleanup tool with interactive UI for easy directory size visualization.","archived":false,"fork":false,"pushed_at":"2025-03-22T06:31:43.000Z","size":0,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T06:35:17.671Z","etag":null,"topics":["cli","cross-platform","disk-analyzer","disk-cleanup","file-management","filesystem","rust","system-utilities","terminal-ui","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinhminhtriet.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}},"created_at":"2025-03-22T05:44:05.000Z","updated_at":"2025-03-22T06:30:27.000Z","dependencies_parsed_at":"2025-03-22T06:35:28.908Z","dependency_job_id":"3c74b72f-5af9-48d3-b7fd-7257078942a8","html_url":"https://github.com/trinhminhtriet/dwipe","commit_stats":null,"previous_names":["trinhminhtriet/dwipe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhminhtriet%2Fdwipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhminhtriet%2Fdwipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhminhtriet%2Fdwipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinhminhtriet%2Fdwipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinhminhtriet","download_url":"https://codeload.github.com/trinhminhtriet/dwipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244940039,"owners_count":20535541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","cross-platform","disk-analyzer","disk-cleanup","file-management","filesystem","rust","system-utilities","terminal-ui","tui"],"created_at":"2025-03-22T10:25:18.217Z","updated_at":"2025-03-22T10:25:18.688Z","avatar_url":"https://github.com/trinhminhtriet.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 dwipe\n\n```text\n     _          _\n  __| |_      _(_)_ __   ___\n / _` \\ \\ /\\ / / | '_ \\ / _ \\\n| (_| |\\ V  V /| | |_) |  __/\n \\__,_| \\_/\\_/ |_| .__/ \\___|\n                 |_|\n```\n\n🧹 Fast, cross-platform disk cleanup tool with interactive UI for easy directory size visualization.\n\n## ✨ Features\n\n- **Blazing Fast** ⚡ – Efficiently scans directories and subdirectories to provide accurate size metrics in seconds.\n- **Cross-Platform** 🌍 – Works seamlessly on **Linux**, **Windows**, and **macOS**.\n- **User-Friendly Output** 📊 – Presents results in a **clear and readable** format.\n- **Intuitive Sorting** 🔍 – Easily identify the largest folders consuming your disk space.\n- **Lightweight \u0026 Portable** 🏗 – Built in Rust for **minimal resource usage** and **fast execution**.\n- **Customizable Filters** 🎯 – Exclude specific directories or set size thresholds for better insights.\n\n## 🚀 Installation\n\nTo install **dwipe**, simply clone the repository and follow the instructions below:\n\n```bash\ngit clone git@github.com:trinhminhtriet/dwipe.git\ncd dwipe\n\ncargo build --release\ncp ./target/release/dwipe /usr/local/bin/\ndwipe --version\ndwipe --help\n```\n\nRunning the below command will globally install the `dwipe` binary.\n\n```bash\ncargo install dwipe\n```\n\nOptionally, you can add `~/.cargo/bin` to your PATH if it's not already there\n\n```bash\necho 'export PATH=\"$HOME/.cargo/bin:$PATH\"' \u003e\u003e ~/.bashrc\nsource ~/.bashrc\n```\n\n## 💡 Usage\n\n#### Run in current dir\n\n`dwipe`\n\n#### Run in specific dir\n\n`dwipe [PATH]`\n\n## Keybindings\n\n- `jk/↓↑` - Navigate up/down\n- `l/→/Enter` - Navigate into folder\n- `h/←/Backspace` - Navigate to parent\n- `d` - Delete file/folder. First hit - selects entry. Second hit - confirms deletion.\n- `s` - Toggle sorting (`Title` / `Size`)\n- `c` - Toggle coloring. When enabled - shows space usage with gradient\n- `t` - Toggle trash. When enabled - removed content goes to Trash bin.\n- `q` - Quit\n\n## 🗑️ Uninstallation\n\nRunning the below command will globally uninstall the `dwipe` binary.\n\n```bash\ncargo uninstall dwipe\n```\n\nRemove the project repo\n\n```bash\nrm -rf /path/to/git/clone/dwipe\n```\n\n## 🤝 How to contribute\n\nWe welcome contributions!\n\n- Fork this repository;\n- Create a branch with your feature: `git checkout -b my-feature`;\n- Commit your changes: `git commit -m \"feat: my new feature\"`;\n- Push to your branch: `git push origin my-feature`.\n\nOnce your pull request has been merged, you can delete your branch.\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%2Ftrinhminhtriet%2Fdwipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinhminhtriet%2Fdwipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinhminhtriet%2Fdwipe/lists"}