I'm using Neovim in a container, but when I load rpbcopy into the container, it doesn't populate the host's clipboard:
I'm running this in Neovim's shell:
curl -fsSLo rpbcopy_0.1.5_Linux_amd64.tar.gz https://github.com/bottlerocketlabs/remote-pbcopy/releases/download/v0.1.5/rpbcopy_0.1.5_Linux_amd64.tar.gz
tar xf rpbcopy_0.1.5_Linux_amd64.tar.gz
mv rpbcopy /usr/local/bin
echo "hi" | rpbcopy
If only SSH is supported and not Docker, then view this as a feature-request instead of a bug report. 😄
I'm using Neovim in a container, but when I load rpbcopy into the container, it doesn't populate the host's clipboard:
I'm running this in Neovim's shell:
If only SSH is supported and not Docker, then view this as a feature-request instead of a bug report. 😄