clipetty
clipetty copied to clipboard
Manipulate the system (clip)board with (e)macs from a (tty)
By default, tmux will re-use the screen-* TERM values, which will cause DCS sequences to not get added. The presence of the TMUX environment variable is a stronger signal anyways,...
Clipetty depends on the `SSH_TTY` environment variable to determine if you're running on a local or remote host. This obviously doesn't work if you're logged in via Mosh. I don't...
**Describe the bug** I'm using the newest Doom Emacs with clipetty enabled in a ssh terminal. The client is ITerm2 on Mac and the target ssh machine is a linux...
Issue: spudlyo/clipetty#20 I noticed that append to tty causes the "Permission denied" as below - It occurred in Termux (not tmux), and the same issue occurred in emacs 26.3 on...
Hi! Amazing package! Thanks for pushing it out. :) **Is your feature request related to a problem? Please describe.** I was wondering how feasible it would be to go "in...
While Clipetty is Kitty compatible, it would be great if it would chunk up very large OSC 52 payloads into multiple appends. This shouldn't be that hard, but we'd need...
Clipetty works for me when I use it outside tmux, or under SSH and tmux, but not under tmux for a local system. This occurs regardless of whether emacs is...
Using this now with clipetty in my current WSL tty environment and can confirm it works well. Support was added in https://github.com/microsoft/terminal/pull/5823
Hey, I recently had several cases where my `SSH_TTY` environment variable was unset in my emacs even though `tmux show-environment SSH_TTY` was correctly pointing to `/dev/pts/0`. This breaks `clipetty-cut` and...
**Describe the bug** When I copy text in emacs while in a tmux session on a remote machine connected via ssh, there is a ~2 second lag. If I'm doing...