📋 Evil Clipboard
Never trust a board that clips things.
Installation
$ gem install evil_clipboardUsage
You can listen for changes on the system's keyboard.
require "evil_clipboard"
EvilClipboard.listen do |clipboard_data|
# do something with it
puts clipboard_data
endYou can also continously inject data into the system's keyboard.
EvilClipboard.inject("Anything you want.")License
The gem is available as open source under the terms of the MIT License.