Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update image sizes
  • Loading branch information
NarekMosisian authored Oct 2, 2024
1 parent da8a14c commit bf180ff
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
Expand Up @@ -5,9 +5,9 @@

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="700" align="right"/>

![Sudo Find Prompt](./images/screenshot_main.png)
## Features

- **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.

![Sudo Find Prompt](./images/screenshot_sudo_find.png)
<img src="./images/screenshot_sudo_find.png" alt="Screenshot of the sudo find question" width="700"/>

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

0 comments on commit bf180ff

Please sign in to comment.