Skip to main content

Fully Functional Uninstaller for Mac OS

Project description

iAppGone

iAppGone is a command-line tool for macOS that allows you to list and uninstall applications from different sources like /Applications, Homebrew, and the App Store. It helps you reclaim disk space by completely removing applications and their associated artifacts.

Features

  • List all installed applications.
  • Uninstall a specific application.
  • Uninstall multiple applications by providing their index numbers.
  • Supports applications installed via /Applications, Homebrew, and the App Store.
  • Removes associated artifacts such as caches, preferences, and logs.

Requirements

  • Python 3

Installation

pip install pandas tabulate colorama
git clone https://github.com/h4rithd/iAppGone.git
cd iAppGone
sudo python3 iAppGone.py -l

Usage

List all installed applications:

sudo python3 iAppGone.py -l

Uninstall a specific application:

sudo python3 iAppGone.py -u AppName

Replace AppName with the name of the application you want to uninstall.

Uninstall multiple applications by index numbers:

sudo python3 iAppGone.py -m 1,2,4

Replace 1,2,4 with the index numbers of the applications you want to uninstall, separated by commas.

Options

-l, --list: List all installed applications.
-u, --app: Uninstall a specific application by name.
-m, --multi: Uninstall multiple applications by index numbers.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iAppGone-0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

iAppGone-0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page