Skip to content

Releases: PritishReddy18/RubyClean

RubyClean v1.4.0

23 Jun 07:28

Choose a tag to compare

RubyClean v1.4.0

Added a desktop-style interactive menu and a new System Cleaner.

Users can now launch RubyClean directly and clean temporary files without using command-line arguments. The system cleaner scans common temporary directories and shows recoverable storage in a readable format.

This update is focused on making RubyClean easier to use for everyday users while keeping all existing CLI features available.

RubyClean v1.3.0

23 Jun 06:54

Choose a tag to compare

RubyClean v1.3.0

Added support for .rubycleanignore.

You can now exclude files and folders from scans and cleanup operations by creating a .rubycleanignore file in the project root.

This makes RubyClean more flexible and prevents important files from being detected as junk.

RubyClean v1.2.0

23 Jun 06:15

Choose a tag to compare

RubyClean v1.2.0

Added a few new features to make cleanup reports more useful.

  • Added largest command to show the biggest recoverable junk items
  • Added project statistics command
  • Improved scan reporting
  • Better sorting and output formatting

Still working on the project and adding more features. Let me know if you find any bugs or have ideas for improvements.

RubyClean v1.1.0

23 Jun 05:52

Choose a tag to compare

RubyClean is a small C++ command line tool that scans projects for common junk files and build folders, shows how much space can be recovered, and helps clean them safely.

Current features:

  • Scan project directories
  • Detect common junk folders
  • Detect temporary files (.log, .tmp, .temp)
  • Calculate recoverable storage
  • Export reports
  • Clean detected junk

This project is still under active development. If you find bugs, issues, or have ideas for improvements, feel free to open an issue or contribute.

RubyClean v1.5.0 - System Cleaner & Installer Release

23 Jun 08:43

Choose a tag to compare

RubyClean v1.5.0 is the biggest release so far.

This update transforms RubyClean from a simple project cleanup tool into a more complete Windows cleanup utility with system junk detection, interactive menus, storage reporting, and installer support.

What's New

System Cleaner

  • User Temp cleanup
  • Windows Temp cleanup
  • Crash Dumps cleanup
  • Internet Cache cleanup
  • Thumbnail Cache cleanup
  • Windows Update Cache cleanup
  • Recycle Bin analysis
  • Downloads analysis

Interactive Menu

  • Easy terminal navigation
  • Project cleaning tools
  • System cleaning tools
  • Statistics and reports

Installer Support

  • Windows installer
  • Desktop shortcut
  • Start Menu shortcut
  • Easier installation experience

Improvements

  • Better storage reporting
  • Human-readable file sizes
  • Improved scan accuracy
  • Better cleanup workflow

Thank you for trying RubyClean.

Feedback and contributions are welcome.