An experiment to see if an android phone can be used completely from ADB.
- adb-key - Send a specific special key, like home, back etc. See the code for all keys
- adb-swipe - Swipe! u, d, l, r
- adb-ui - Click anything (literally anything!) which has text
- adb-text - Constant streaming of text. Requires Enter to send enabled :(. No Unicode or emoji support, yet.
- adb-notify - Pull all notifications, and open appropriate application if necessary.
- KISS Launcher
- ADBKeyBoard
- SoundWire
- spotify-tui
- all
- make them importable [easy]
- document things 😂
- add a single point for all scripts. Either [discuss]
- make a pakka UI with curses, which'll be super cool but hard
- Discord way, where each command be preceded by a delimiter, like
/
for key,;
for swipe etc - Vim way, with "modes", this seems unnecessarily complex
- add clipboard sharing - SHOULD be easy and you'll find multiple SO posts [med]
- adb-swipe - add speeds [easy]
- adb-ui
- ignore case [easy(regex change)]
- allow user to put their own regex [hard, may collide with our regex]
- adb-text
- run the adb command async, to allow better UI. Emoji via discord-like names
:joy:
- Requires https://github.com/senzhk/ADBKeyBoard instead
- accept cli args. If none, then go into loop. [EZ-PZ]
- run the adb command async, to allow better UI. Emoji via discord-like names
- adb-notify
- Add some ignores? It shows too many notifications. [med]
- Group notifications [med]