Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想最好编写一个 ruby 程序,它可以接受一个字符串对象并将其内容写入 Windows 中的剪贴板以进行粘贴。
最简单的测试用例,一个可以像 cat 一样全局运行的命令,但它不是 stdout,而是写入剪贴板,用于 ssh 键之类的东西。
你可以试试这个宝石。我没有亲自测试过。
这是实现 gem 的项目的页面。
我从未使用过IronRuby,但我认为如果运行该解释器(未经测试),这也会起作用:
include System::Windows::Forms Clipboard.SetText 'foo'