Horea Haitonic
Horea Haitonic
I never looked closely at prompt-toolkit. My fear is that it might not be flexible enough to cover some of PyCmd's fine-tuned, efficiency-optimized features, and it might be hard to...
The way PyCmd works is completely different from clink; I (for one) don't see how we could inject it automatically in a cmd instance (@Spavid04 might have an opinion here)....
I think PyCmd is more "intrusive" than clink, and alters the behavior of some commands (e.g. cd works a bit differently, and so do quoting and escaping). For this reason,...
This problem has been introduced when PyCmd switched to using delayed expansion (/V:ON) by default. Running PyCmd.exe /V:OFF makes it work, but of course disables some valuable functionality such as...
@zhangxaochen Does escaping the second `|` via caret (`^`) make it work? I.e. `adb shell "getprop|grep -iE 'build.type^|root.support'"`
This has been fixed in release 20240904. Thanks @zhangxaochen for reporting!
@santagada I believe you are a Linux/shell user -- I would really appreciate your feedback on this one.
> In a WSL/Ubuntu shell I cloned the repo into ~/PyCmd and checked out 'mesh'. When I manually run it via python3.11 ~/PyCmd/PyCmd.py then everything works ok. But when I...