cygwin 命令复制到 Windows 剪贴板
我在这里看到:
http://www.pgrs.net/2008 /1/11/command-line-clipboard-access
在linux和osx中有一种方法可以从命令行复制到剪贴板。所以我运行了 cygwin setup.exe,但找不到 xsel 包。我猜这个包可能还没有移植到 Windows 上?看起来有一个工具可以在 Windows 中执行此操作:
http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/
我想我会尝试一下 - 但是我想我会问是否有人找到了好的解决方案。
I see here:
http://www.pgrs.net/2008/1/11/command-line-clipboard-access
that there's a way in linux and osx to copy to the clipboard from the command line. So I ran my cygwin setup.exe, but couldn't find the xsel package. I'm guessing maybe this package hasn't been ported to windows? Looks like there's a tool to do it in windows:
http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/
I guess I'll try that - but in the mean I figured I'd ask if anyone has found a good solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
Cygwin 附带了名为
/dev/clipboard< 的特殊设备文件/代码>
:
Cygwin comes with special device file called
/dev/clipboard
:在您链接的页面上,有一些注释暗示如何在 Windows 上执行此操作:
On the page you linked, there are comments hinting how to do it on windows:
我同意上面的答案
To cat text to the Windows Clipboard
To Pipe to a file 无论 Windows 剪贴板中的文本是什么
I second the answer above
To cat text to the Windows clipboard
To pipe to a file whatever text is in the Windows clipboard
getclip/putclip 位于 cygutils-extra 包中。
getclip/putclip is found in cygutils-extra package.
怎么样?
刚刚尝试使用我的 ssh 密钥
what about just
just tried in on my ssh key
实际上 google "资源工具包剪辑" 用于您的 Windows 剪辑和 cygwin 终端(我使用 puttycyg 的工作原理如下:
查找|夹子
Actually google "resource kit clip " for your windows clip and in cygwin terminal ( I use puttycyg works the following:
find | clip
不完全是同上,但这是一个剪贴板记录器。
Not exactly Ditto, but here's a clibboard logger.