holgerbrandl / send2terminal

Intellij plugin to send line or selection to terminal
BSD 2-Clause "Simplified" License
17 stars 2 forks source link

provide windows bindings #7

Closed holgerbrandl closed 5 years ago

holgerbrandl commented 5 years ago

see supported packages under https://github.com/randy3k/SendCode

holgerbrandl commented 5 years ago

Also see https://github.com/randy3k/Terminus

holgerbrandl commented 5 years ago

From https://github.com/randy3k/SendCode/blob/383814a3635bb937b5412adfdbd4c1c5f98d271c/code_sender/conemu/__init__.py#L76 this seems to work


C:\Users\Holger>C:\Users\Holger\bin\cmder\vendor\conemu-maximus5\ConEmu\ConEmuC.exe  -GuiMacro:0 Paste(2,"ls")
OK

C:\Users\Holger>C:\Users\Holger\bin\cmder\vendor\conemu-maximus5\ConEmu\ConEmuC.exe -GuiMacro:0 Keys("Return")
holgerbrandl commented 5 years ago

Fixed in v1.4