Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictherobot/appbegone
A simple Rust based application to remove applications and their associated files from your system.
https://github.com/erictherobot/appbegone
application macos rust rust-lang uninstall-application uninstaller
Last synced: about 2 months ago
JSON representation
A simple Rust based application to remove applications and their associated files from your system.
- Host: GitHub
- URL: https://github.com/erictherobot/appbegone
- Owner: erictherobot
- Created: 2023-07-22T03:29:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T03:29:08.000Z (over 1 year ago)
- Last Synced: 2024-04-15T01:47:25.438Z (9 months ago)
- Topics: application, macos, rust, rust-lang, uninstall-application, uninstaller
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Be Gone
A simple Rust based application to remove applications and their associated files from your system.
## Usage
Dry run
```bash
cargo run Slack --dry-run
Would run: rm -rf /Applications/Slack.app
```Run
Use caution when using this command. It will remove all files and folders that match the application name you provide.
```bash
cargo run Slack
Running: rm -rf /Applications/Slack.app
```## Why?
This is a simple way to find all files and applications that are installed on your system and remove them in one go.
Use caution when using this application. It will remove all files and folders that match the application name you provide.
It also uses sudo to remove the files. This is because some applications are installed by the system and require root access to remove them.
## License
MIT - details soon. For now, use at your own risk.
## Contributing
Please feel free to contribute to this project. I'm happy to accept pull requests and issues.
## Maintainers
[@erictherobot - Eric David Smith](https://ericdavidsmith.com)