Skip to content

Latest commit

 

History

History
94 lines (64 loc) · 2.56 KB

File metadata and controls

94 lines (64 loc) · 2.56 KB

Logo

Cache Cleaner

C# Browser cache cleaner for Firefox/Chrome/IE
(Also cleans temporary files)

Table of Contents
  1. About The Project
  2. Getting Started
  3. Platform Usage
  4. Contact

About The Project

Cache Cleaner is a developed browser cache cleaning tool designed to automate and simplify the process of clearing cache, enhancing accessibility and improving workflow efficiency.

I consider the project as a learning opportunity and my first dive into C# Desktop Development.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • Visual Studio
  • MySQL

Installation

  1. Clone the repo

    git clone https://github.com/TiagoMDG/cache_cleaner.git
  2. Open the solution with Visual Studio Cache_Cleaner.sln

  3. Install/Restore the required Nugget Packages if needed.

  4. Change the build type to Release if you'd like and then build.

  5. Binary is located in the following directory: bin/Release

(back to top)

App Usage

Comes with pre-configure Recommended Settings. (Basically clean everything.)

You can check the Help section for info on what is deleted depending on the selected settings.

It will also save logs on the files it deletes.

(back to top)

Contact

Tiago Gil - tiago.gil277@gmail.com

Project Link: https://github.com/TiagoMDG/cache_cleaner

(back to top)