GitXplorerGitXplorer
A

adb-uninstall

public
14 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
5a4bd8556d5137b91dda0adb7516487f0359a927

Update README.md

AAlvaroBrey committed 2 years ago
Unverified
a763ef6a0625e9d44d58882af101d10c8c94fde8

Use different method to delete empty lines in adb output for mac compatibility

AAlvaroBrey committed 2 years ago
Verified
4e0b2849f02cbe77867552694fe7bf1bf52ede0b

Merge pull request #9 from AlvaroBrey/basic-ci

AAlvaroBrey committed 2 years ago
Unverified
bc7a28812cf163c5df364f8da92406944a334a1b

Reformat script with shfmt

AAlvaroBrey committed 2 years ago
Unverified
399fd5c9aa754caa8119f1944274b909a2ef1013

Add basic linting for the script

AAlvaroBrey committed 2 years ago
Verified
b83003906c8a5c559d1a1afb6847d81644c276cf

Merge pull request #7 from ALX99/main

AAlvaroBrey committed 2 years ago

README

The README file for this repository.

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.