Skip to content

AlvaroBrey/adb-uninstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adb-uninstall

This is a bash script that uses fzf to let you easily uninstall multiple apps over ADB.

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 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.

About

Bash script for easy uninstallation of apps through ADB

Topics

Resources

License

Stars

Watchers

Forks

Languages