PyCmd
PyCmd copied to clipboard
Improved interactive experience for Windows' cmd.exe
As an experiment, PyCmd can now also run on Linux (or WSL) as a front-end for bash; this issue is for collecting and tracking related feedback. Rationale: while shells focused...
Is it possible to inject pycmd into a cmd instance when it is called like clink? Thanks in advance.
Dear sir, When I try "PyCmd 20230424-x64", running `adb shell "getprop|grep -iE 'build.type|root.support'"` leads to `the system cannot find the path specified`, is it a bug? "PyCmd 20210310-x64" handle this...
This was initially reported by @santagada in the context of the incremental history search (#1) but applies to several other places in the code: assuming that the number of terminal...
Hi, Has prompt-toolkit been considered? It would give most of fish shell features missing, vim keybindings and more. The downside is moving token parsing and other infrastructure code to it....
When pressing Down on the last row, jump to the first entry of the next column (if not already on last column). Similarly, Up on the first row should jump...