replicant icon indicating copy to clipboard operation
replicant copied to clipboard

Pass CTRL + C to the currently running adb command, if any

Open veeti opened this issue 11 years ago • 3 comments

Allows exiting logcat and repeating loop situations (multiple devices connected and no device selected) without killing Replicant itself.

GitHub: fixes #24

veeti avatar Dec 09 '13 12:12 veeti

Sorry missed this. Will review over the weekend. Meanwhile, it looks like the build is failing?

mttkay avatar Dec 13 '13 15:12 mttkay

I got around to testing this, but it's not working well for me. In fact, I get the reverse effect now: while CTRL+C-ing out of an ADB command seems to work, when doing the same with built in interactive commands like !logcat, it immediately exits replicant.

This needs more work before I can merge it back.

mttkay avatar Dec 28 '13 16:12 mttkay

As to your question about !logcat: it adds logic on top of adb logcat such as filtering by process ID of the active package by default. There's an open issue to evolve it further, like colorizing log output, see #3

I'd be open for suggestions though if such things can be achieved in a simpler way, i.e. by not creating a custom command.

mttkay avatar Dec 28 '13 16:12 mttkay