Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarobrey/adb-uninstall
Bash script for easy uninstallation of apps through ADB
https://github.com/alvarobrey/adb-uninstall
adb adb-uninstall android hacktoberfest
Last synced: 2 months ago
JSON representation
Bash script for easy uninstallation of apps through ADB
- Host: GitHub
- URL: https://github.com/alvarobrey/adb-uninstall
- Owner: AlvaroBrey
- License: mit
- Created: 2018-10-04T11:24:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:40:42.000Z (over 1 year ago)
- Last Synced: 2024-04-24T03:15:24.545Z (9 months ago)
- Topics: adb, adb-uninstall, android, hacktoberfest
- Language: Shell
- Homepage:
- Size: 479 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# adb-uninstall
This is a bash script that uses [`fzf`](https://github.com/junegunn/fzf) to let you easily uninstall multiple apps over [ADB](https://developer.android.com/studio/command-line/adb).
![Demo GIF](res/demo.gif)
## Features
* Uninstall any user-installed (non-system) app from any connected device.
* Allows for selection of multiple apps.
* If more than one device is connected by ADB, will let you choose which one to uninstall from.
* Retrieves app names from the Google Play website to show a more user-readable name (not just package name)## Requirements
`fzf` and `adb` must be properly installed and configured, and must be present in your `PATH`.
## Usage
Simply [download the script](https://raw.githubusercontent.com/alvarobrey/adb-uninstall/master/adb-uninstall) or clone this repository and run `adb-uninstall`.
Use the directional keys to navigate. Use the TAB key to select multiple packages if you so wish, and then press ENTER to proceed.
The script will show you the selected packages and will prompt for confirmation.
## License
This project is published under the [MIT License](LICENSE.txt).