An open API service indexing awesome lists of open source software.

https://github.com/actiago/osx-cache-clean

Simple OSX Apps Cache Clean
https://github.com/actiago/osx-cache-clean

cache cleaner macos osx shell

Last synced: about 1 month ago
JSON representation

Simple OSX Apps Cache Clean

Awesome Lists containing this project

README

          

# Simple OSX Cache Clean

## Getting Started

### Prerequisites

* `curl` or `wget` should be installed
* `git` should be installed

### Basic Installation

Simple OSX Cache Clean is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.

#### Install using curl

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/actiago/osx-cache-clean/master/install.sh)"
```

#### Install using wget

```bash
sh -c "$(wget https://raw.githubusercontent.com/actiago/osx-cache-clean/master/install.sh -O -)"
```

## Usage example

* Install

![Install](./images/install.png)

* Run

![Run-Forest](./images/run.png)

## Features for next version

* New cache files and folders to clean

## License

[MIT](./LICENCE.md)