A Terminal UI for Driving Android Apps
Most Android automation tools make you choose between two awkward modes.
You can write scripts, which are repeatable but slow to discover:
Or you can use a visual tool, which is easier to explore but often separate from the thing you later automate.
hs tui is the missing middle: a terminal UI that lets you drive an Android app from the keyboard while showing the same action rows you would put in a script.
It is not a remote desktop. It is not a recorder. It is a live, keyboard-driven inspector for Android's interactive UI.