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
- Host: GitHub
- URL: https://github.com/actiago/osx-cache-clean
- Owner: actiago
- License: mit
- Created: 2015-06-07T23:01:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T22:50:55.000Z (about 6 years ago)
- Last Synced: 2023-05-16T18:05:18.421Z (about 3 years ago)
- Topics: cache, cleaner, macos, osx, shell
- Language: Shell
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE.md
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

* Run

## Features for next version
* New cache files and folders to clean
## License
[MIT](./LICENCE.md)