Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update sizes
  • Loading branch information
NarekMosisian authored Oct 2, 2024
1 parent 298c05c commit 77b3665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Mac Storage Manager

<img src="./images/logo.png" alt="Mac Storage Manager Logo" width="150"/>
<img src="./images/logo.png" alt="Mac Storage Manager Logo" width="400"/>

The Mac Storage Manager is a shell script designed to help you manage disk space by identifying large applications on your Mac. It allows you to see the size of various installed applications, including Homebrew packages, and interactively select which ones to delete. It also provides options to delete associated caches and configuration files to free up additional space.

## Features

<img src="./images/screenshot_main.png" alt="Screenshot of the main screen" width="300" align="right"/>
<img src="./images/screenshot_main.png" alt="Screenshot of the main screen" width="800" align="right"/>

- **Size Calculation**: The script calculates the size of:
- Homebrew formulas (installed via `brew list --formula`)
Expand All @@ -19,7 +19,7 @@ The Mac Storage Manager is a shell script designed to help you manage disk space

- **Selective Deletion**: The script prompts you for each category of associated files (Application Support, Preferences, Caches, Logs, Saved Application State) whether you want to delete them.

<img src="./images/screenshot_sudo_find.png" alt="Screenshot of the sudo find question" width="300"/>
<img src="./images/screenshot_sudo_find.png" alt="Screenshot of the sudo find question" width="800"/>

- **Comprehensive Removal**: The script not only deletes the main application files but also associated files, including:
- **Homebrew Files**:
Expand Down

0 comments on commit 77b3665

Please sign in to comment.