Skip to content

A simple Rust based application to remove applications and their associated files from your system.

Notifications You must be signed in to change notification settings

erictherobot/AppBeGone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Be Gone

A simple Rust based application to remove applications and their associated files from your system.

Usage

Dry run

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.

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

About

A simple Rust based application to remove applications and their associated files from your system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages