adbi
v1.0.3
Published
**ADBI** (Android Debug Bridge Interactive) is a simple command-line tool that makes working with ADB easier and faster. Forget remembering long ADB commands — just run `adbi` and choose what you want to do.
Readme
🧩 ADBI — ADB Interactive CLI
ADBI (Android Debug Bridge Interactive) is a simple command-line tool that makes working with ADB easier and faster.
Forget remembering long ADB commands — just run adbi and choose what you want to do.

🚀 Features
| Command | Description |
| ------- | ------------------------------------------------------------------ |
| list | List all connected Android devices |
| kill | Kill all connected ADB devices |
| cmd | Run a custom ADB command interactively |
| start | Launch an Android intent with dynamic parameters (e.g., open URLs) |
🧠 Why ADBI?
- No need to memorize
adbcommands - Interactive terminal with clean UI
- Cross-platform (works on Windows, macOS, Linux)
- Ideal for Android developers & testers
🏃♂️ Run Instantly (No Install)
npx adbi🧩 Install Globally
npm install -g adbiThen simply run:
adbi🧑💻 Contributing
Pull requests are welcome!
Feel free to open an issue for suggestions, bug reports, or new ideas.
🪪 License
MIT License © 2025 geneshairzan
