pimentel / atom-r-exec

Send R code to various R consoles from the Atom editor
https://atom.io/packages/r-exec
MIT License
19 stars 8 forks source link

add external commands to send to specific program #40

Open pimentel opened 7 years ago

pimentel commented 7 years ago

I haven't decided how to do this yet, but allow users to behind specific programs to specific keys.

Thus, essentially have a command that look something like this:

`r-exec:send-line-iterm2`

which will always send the line to iterm2.

(suggested in #38)