{"id":13599022,"url":"https://github.com/ikebastuz/wiper","last_synced_at":"2025-04-10T12:31:01.517Z","repository":{"id":239111046,"uuid":"797991587","full_name":"ikebastuz/wiper","owner":"ikebastuz","description":"Disk analyser and cleanup tool","archived":false,"fork":false,"pushed_at":"2024-05-22T01:02:10.000Z","size":202,"stargazers_count":78,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-22T12:45:28.474Z","etag":null,"topics":["rust","terminal","tui","utility"],"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/ikebastuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-05-08T22:00:30.000Z","updated_at":"2024-08-01T17:44:08.788Z","dependencies_parsed_at":null,"dependency_job_id":"2193d069-6395-4ecb-b593-cd2520290637","html_url":"https://github.com/ikebastuz/wiper","commit_stats":null,"previous_names":["ikebastuz/wiper"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikebastuz%2Fwiper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikebastuz%2Fwiper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikebastuz%2Fwiper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikebastuz%2Fwiper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikebastuz","download_url":"https://codeload.github.com/ikebastuz/wiper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217126,"owners_count":21066633,"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":["rust","terminal","tui","utility"],"created_at":"2024-08-01T17:00:59.002Z","updated_at":"2025-04-10T12:31:00.974Z","avatar_url":"https://github.com/ikebastuz.png","language":"Rust","funding_links":[],"categories":["Rust","💻 Apps"],"sub_categories":["🚀 Productivity and Utilities"],"readme":"# Wiper - Disk cleanup tool\n\nWiper is a handy command-line tool made with Rust. It's perfect for anyone looking to quickly spot which folders are eating up all the disk space. Super easy to use, it gives you a clear visual breakdown of directory sizes, so you can clean things up without a hassle.\n\nhttps://github.com/ikebastuz/wiper/assets/24222413/acf9384d-7f04-4f37-ac47-99b349e6ee29\n\n## Features\n- Fast and Efficient: Quickly scans directories and subdirectories to provide size metrics.  \n- Cross-Platform: Works on Linux, Windows, and macOS.\n- User-Friendly Output: Displays results in an easily understandable format.\n\n## Usage\n#### Run in current dir\n`wiper`\n#### Run in specific dir\n`wiper [PATH]`\n\n## Keybindings\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\n## Installation\n\n### MacOS\n#### Homebrew\n```\nbrew tap ikebastuz/wiper\nbrew install wiper\n```\n\n### Linux\n#### AUR\n```\nparu -S wiper\n```\n\n## Build from source\n```bash\ngit clone https://github.com/ikebastuz/wiper.git\ncd wiper\ncargo build --release\n```\n\n## Contributing\nIf you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.\n\n## Why not [dua-cli](https://github.com/Byron/dua-cli)?\nI started this project as part of my journey to learn Rust. I always missed having such a tool but had never heard of dua-cli. From my understanding, there are some differences:\n\n#### Pros:\n- Wiper allows navigating to the parent directory at any time\n- Supports opening files with the default system app\n- Simpler deletion flow\n\n#### Cons:\n- ~~It is 10-15 times slower because of manually implemented file traversal~~. Not anymore, rewritten with `jwalk`.\n- Does not have filtering functionality\n- Not capable of marking multiple entries for deletion\n\n#### Subjective:\n- The UI is more \"elegant\" :)\n- Shows a \"full\" space-taken bar for the largest entry. So there will always be at least one entry with a full bar. If dua-cli has two large entries of similar size, they will be shown as approximately 50% bars.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikebastuz%2Fwiper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikebastuz%2Fwiper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikebastuz%2Fwiper/lists"}