Results 1044 comments of Randy Lai

I guess it is out of the scope of SendCode because we do not modify the content of a view directly. We only capture selection and send it to the...

It is not immediately obvious, Cmder and ConEmu are recommended anyway.

What should the combo do?

isn't true that you could use `(load-file "$file")` via [custom keybindings](https://github.com/randy3k/SendCode#custom-keybindings)? EDIT, ``` { "keys": ["cmd+shift+enter"], "command": "send_code", "args": {"cmd": "(load-file \"$file\")"}, "context": [ { "key": "selector", "operator": "equal", "operand":...

oh, you need to save the file first.

`prog` should be set as `linux-terminal`. Which desktop are you using?

It is not so easy to implement as there is a compatibility issue for different platforms and operation systems. Furthermore, a REPL environment can be independent of the terminal emulator....

It is currently not possible.

Did you consider these keybinds? https://github.com/randy3k/SendCode#custom-keybindings

The ability of setting the path autoamatically depends on the program which you are using. Some program simply cannot set it while others may have potential tricks.