SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.

Results 58 SendCode issues
Sort by recently updated
recently updated
newest added

Hi. I am having trouble making sendcode work on Ubuntu. I have already installed `xdotool`. In the `config` file, I tried both `"linux_terminal": "gnome-terminal-server"` and `"linux_terminal": "Gnome-terminal"`. I get the...

Description: Trying to use sendcode on wayland only works with terminus. I have tried tmux, foot (wayland terminal) and gnome-console but nothing is sent across to the apps. Sendcode was...

Hi @randy3k, this is not an issue but question about a feature, is it possible to customize e.g. Cmd + Enter to send and advance, Cmd + Shift + Enter...

As I proposed in #163, this pull request adds an optional setting `window_name` that alters the behavior of the `linux-terminal` prog setting. If set, `xdotool` will attempt to find a...

Hello I am trying to find a replacement for Rstudio as I am now on sway (wayland) on Ubuntu 22.04 and Rstudio does not support wayland. RKWard seems to work...

Is it possible, similarly to Rsdutio? I just want to send the current line without moving my cursor in sublime to the next line.

For some Linux users (especially those who use tiling WMs like i3), it's not unusual for multiple instances of the same terminal emulator to be open in one workspace, meaning...

``` { "prog": "tmux", "auto_expand_line": true, "auto_advance" : true, "auto_advance_non_empty": false, "bracketed_paste_mode": false, "block_start_pattern": "# ?%%|# ?\\+|# In \\[", "block_end_pattern": "# ?%%|# ?\\+|#'|# In \\[", "r" : { "prog": "tmux",...

I'm not sure what supporting details I can provide for someone else to reproduce the problem, but every time I press ctrl+enter on Sublime (Windows), it sends "^]" to the...

When I send a single line to terminus, it's working fine. Whenever I send multiple lines to terminus, either for cmd.exe or python, "%cpaste -q ... --" is artificially added...