Skip to content

Commit

Permalink
feat: add optional deletion prompts for associated files and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmosisi1 committed Oct 2, 2024
1 parent 196ef27 commit ceafacd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
brew install jq whiptail
brew install jq newt
- name: Make script executable
run: chmod +x ./application_size_checker.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ chmod +x ./application_size_checker.sh
The script relies on several tools. Install them via Homebrew:

```bash
brew install jq whiptail
brew install jq newt
```

jq: Parses JSON output from system commands.
whiptail: Provides terminal-based GUI dialogs (for interactive selection and progress bars).
newt: Provides terminal-based GUI dialogs (for interactive selection and progress bars).

### Step 4: Run the Script

Expand Down

0 comments on commit ceafacd

Please sign in to comment.