mttkay / replicant

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

Shell clear command #32

Open pardom-zz opened 9 years ago

mttkay commented 9 years ago

Could provide more info as to what this should achieve?

pardom-zz commented 9 years ago

Yeah, sorry I didn't add a description. I was looking for a clear command like in shell. It clears the terminal window.

Another thing I keep trying to do is use the history by pressing the up key, which obviously doesn't work.

mttkay commented 9 years ago

CMD+K? :-) It's built in to bash/zsh

pardom-zz commented 9 years ago

Oh, cool. I've always just used clear. What about bash history? Is it possible to add that?