KANKOSHEV / VsCacheCleaner

:comet: Clear the Visual Studio solution cache, free up your disk space!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon
VsCacheCleaner

Clear the Visual Studio solution cache, free up your disk space!

๐ŸŒŽ English | ๐ŸŒ ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ“ƒ Description

Visual Studio solution cache folder .vs is required by Visual Studio to store opened documents, breakpoints, and other information about state of the solution.

Usually they can be safely deleted.

If you don't delete these caches manually on a regular basis, they will keep eating up the free space of your disk, making the disk space bar turn red. ๐Ÿฆ–

And now you have this!

๐Ÿ” Preview

โœจ Features

  • Scan the Visual Studio solution cache folder .vs from a specified path or all disks.
  • Scanning is very fast (usually completed and results displayed within 1sec).
  • Support sorting by path, cache size, and last accessed date.
  • Support checking cache items by rules (last accessed some time ago or greater than some size).
  • Display stats chart for cache size and disk space size.
  • Deleting is actually moving to the Recycle Bin so that you can make a final confirmation.
  • Multi-language support.

๐Ÿ› ๏ธ Build

Build requirements Visual Studio 2019 and Qt 5.12.9.

๐Ÿบ Contribute

VsCacheCleaner is an open source project, here are some ways you can contribute:

See contribution guidelines.

๐Ÿ’Ž ThirdParty

๐Ÿšจ License

VsCacheCleaner is licensed under the MIT License. Dependencies are licensed under their respective licenses.

โš ๏ธ Disclaimer

VsCacheCleaner makes no warranties, and you are solely responsible for any unintended consequences of your use.

About

:comet: Clear the Visual Studio solution cache, free up your disk space!

License:MIT License


Languages

Language:C++ 98.0%Language:C 2.0%