All Projects → theapache64 → gilfoyle

theapache64 / gilfoyle

Licence: other
A CLI to interactively remove useless apps from your Android device.

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to gilfoyle

adb-alfred
adb alfred - all in one
Stars: ✭ 60 (+160.87%)
Mutual labels:  adb
Simple-ADB
ADB/Fastboot. With a GUI.
Stars: ✭ 29 (+26.09%)
Mutual labels:  adb
MVPFramework
基本框架已搭建出,后续可根据需求增加
Stars: ✭ 29 (+26.09%)
Mutual labels:  dagger
openstf-arm7-docker
Smartphone Test Farm using Docker on Raspberry Pi
Stars: ✭ 19 (-17.39%)
Mutual labels:  adb
adbscan
A @nim-lang utility for scanning IPs for unprotected ADB Android devices connected to the internet
Stars: ✭ 36 (+56.52%)
Mutual labels:  adb
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+417.39%)
Mutual labels:  adb
Droid-Explorer
Cross-platform root file explorer for Android phones.
Stars: ✭ 34 (+47.83%)
Mutual labels:  adb
Latest-adb-fastboot-installer-for-windows
A Simple Android Driver installer tool for windows (Always installs the latest version). Sponsored by https://sendletter.org, the Cheapest way to Send Letters
Stars: ✭ 242 (+952.17%)
Mutual labels:  adb
DaggerGpuMiner
Standalone GPU/CPU miner for Dagger coin
Stars: ✭ 21 (-8.7%)
Mutual labels:  dagger
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+243.48%)
Mutual labels:  dagger
ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
Stars: ✭ 156 (+578.26%)
Mutual labels:  adb
logcatf
A Command line tool for format Android Logcat.
Stars: ✭ 17 (-26.09%)
Mutual labels:  adb
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (+100%)
Mutual labels:  adb
AndroidDaggerSample
Android-dagger and Architecture component ViewModel sample
Stars: ✭ 30 (+30.43%)
Mutual labels:  dagger
Wristkey
A free and open-source offline authenticator app for Wear OS.
Stars: ✭ 65 (+182.61%)
Mutual labels:  adb
adb-interface-vscode
🔌 A tool that allows you to execute ADB.exe commands/actions without having to interact with the terminal.
Stars: ✭ 26 (+13.04%)
Mutual labels:  adb
adb-wifi-setting-manager
Control wifi connections on Android with adb
Stars: ✭ 31 (+34.78%)
Mutual labels:  adb
DaggerAutoInject
Inject automatically your Activities & Fragments, just with a simple annotation
Stars: ✭ 49 (+113.04%)
Mutual labels:  dagger
python tk adb
安卓性能测试工具
Stars: ✭ 64 (+178.26%)
Mutual labels:  adb
avaje-inject
Dependency injection via APT (source code generation) ala "Server side Dagger DI"
Stars: ✭ 114 (+395.65%)
Mutual labels:  dagger

gilfoyle

buildStatus latestVersion Twitter: theapache64

A CLI to interactively remove unused apps from your Android device.

Demo

🦿 Prerequisites

  • Java 8 or above

🛠 Installation

Automatic Installation

Copy paste below line into your terminal.

wget "https://raw.githubusercontent.com/theapache64/gilfoyle/master/install.sh" -q --show-progress -O install.sh && sh install.sh && source ~/.bashrc
Manual Installation
  1. Download latest jar from releases
  2. Run java -jar gilfoyle.main.jar

⌨️ Usage

~$ gilfoyle
150 third-party applications found

Package name: com.my.app
>  1) View
   2) Uninstall

🥼 Run tests

./gradlew test

Why the name Gilfoyle? 🤔

The idea was inspired by a dialogue in the series Silicon Valley. In a conversation, Gilfoyle said

People don't uninstall apps from their phone

I think he's right, and I thought why don't we create a tool for that 🤷

✍️ Author

👤 theapache64

Feel free to ping me 😉

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Open an issue first to discuss what you would like to change.
  2. Fork the Project
  3. Create your feature branch (git checkout -b feature/amazing-feature)
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a pull request

Please make sure to update tests as appropriate.

Show your support

Give a ⭐️ if this project helped you!

Patron Link Buy Me A Coffee Donation

☑️ TODO

📝 License

Copyright © 2021 - theapache64

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This README was generated by readgen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].