无法在 Firefox 中使用屏幕剪贴板
我没有设法让我的 pbcopy/pbpaste 在 Screen 中工作,如此处。
我的目标是通过在 Firefox 中安装屏幕剪贴板来解决这个问题。 它的粘贴可以通过以下命令在终端中进行,但不能在 Firefox 中进行
C-a ]
如何在 Firefox 中使用 Screen 的剪贴板?
I have not managed to get my pbcopy/pbpaste to work in Screen as discussed here.
I aim to solve the problem by having Screen clipboard inside Firefox.
Its paste works in terminal by the following command but not in Firefox
C-a ]
How can you use Screen's clipboard inside Firefox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Screen 的剪贴板(正确地称为粘贴缓冲区)仅在该 screen 实例内工作。 这就是它的设计目的。
复制粘贴到 FireFox 的最佳方法是使用终端程序的复制机制。
Screen's clipboard (correctly called a paste buffer) only works inside that instance of screen. That's all it's designed to do.
The best way to copy-n-paste to FireFox is to use your terminal program's copy mechanism.
下面是一个利用 screen 的缓冲区写入命令和 pbcopy 的解决方案:
Here's a solution that makes use of screen's buffer-writing commands and
pbcopy
: