Rust Cleaner

Open-source Rust projects categorized as Cleaner

Top 5 Rust Cleaner Projects

  • czkawka

    Multi functional app to find duplicates, empty folders, similar images etc.

    Project mention: Ask HN: How do you deduplicate files? | news.ycombinator.com | 2024-08-29

    You want content-addressed storage; this works with rolling content hashes that identify common blocks of memory. `rsync` uses that technique to minimize bytes to be transferred. https://github.com/qarmin/czkawka is a GUI app and CLI tool to find identical files in general and similar images in particular.

    The task is much simpler if you only want to find bit-identical entire files, not part of files; in that case, you can just run a tool like `sha1sum` over each file and record the hash digest in a database; identical files—and only identical ones, with high probability—will have the same hash, non-identical ones will have different hashes.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • dua-cli

    View disk space usage and delete unwanted data, fast.

    Project mention: Dua: View disk space usage and delete unwanted data, fast | news.ycombinator.com | 2024-07-11
  • kondo

    Cleans dependencies and build artifacts from your projects.

    Project mention: Show HN: Kondo, OSS drive cleaner for devs | news.ycombinator.com | 2023-12-19
  • tin-summer

    Find build artifacts that are taking up disk space

  • projclean

    Project dependencies & build artifacts cleanup tool.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Cleaner discussion

Log in or Post with

Rust Cleaner related posts

  • Ask HN: How do you deduplicate files?

    1 project | news.ycombinator.com | 29 Aug 2024
  • Czkawka: Multi functional app to find duplicates, empty folders, similar images

    1 project | news.ycombinator.com | 20 Aug 2024
  • Dua: View disk space usage and delete unwanted data, fast

    1 project | news.ycombinator.com | 11 Jul 2024
  • Show HN: Kondo, OSS drive cleaner for devs

    1 project | news.ycombinator.com | 19 Dec 2023
  • Is there software to compress large but similar files?

    1 project | /r/DataHoarder | 11 Dec 2023
  • Merge three separate partial libraries from external USB drives

    2 projects | /r/DataHoarder | 9 Dec 2023
  • Target file are very huge and running out of storage on mac.

    3 projects | /r/rust | 8 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Cleaner projects in Rust? This list will help you:

Project Stars
1 czkawka 20,515
2 dua-cli 4,188
3 kondo 1,826
4 tin-summer 339
5 projclean 130

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?