mttkay / replicant

A REPL for the Android Debug Bridge (ADB)
MIT License
123 stars 9 forks source link

Reduce REPL verbosity, introduce '?' command #21

Closed mttkay closed 10 years ago

mttkay commented 10 years ago

The REPL is quite noisy currently, especially when a package and device are selected.

I want to not print out this contextual info every time a command is issued. Instead, the user could type ? to retrieve env info about the currently selected package and device, and potentially more.