Code Monkey home page Code Monkey logo

clipboard's Introduction

Ruby Clipboard version

Lets you access the clipboard on Linux, MacOS, Windows and Cygwin.

Usage

  • Clipboard.copy
  • Clipboard.paste
  • Clipboard.clear

Setup

Add to Gemfile:

gem 'clipboard'
gem 'ffi', :platforms => [:mswin, :mingw]
  • Linux: You will need the xclip or xsel program. On debian/ubuntu this is: sudo apt-get install xclip

Remarks

Multiple Clipboards

On Linux, you can choose from which clipboard you want to paste from by passing it as an argumument. The default is CLIPBOARD.

copy copies to all clipboards in Clipboard::Linux::CLIPBOARDS.

Windows Encoding

Windows uses UTF-16LE as its default encoding, so pasted strings will always come in UTF-16LE. You can manually convert them to your desired encoding (e.g. UTF-8) using the String#encode method:

Clipboard.paste.encode('UTF-8')

SSH

To use the clipboard through ssh, you need to install xauth on your server and connect via ssh -X or ssh -Y. Please note that some server settings restrict this feature.

Java

There is a Java implementation included (Clipboard::Java) as an option for JRuby. On Linux, it always operates only on the CLIPBOARD clipboard.

TODO

  • Native support on X (don't depend on xclip/xsel) would be great

blip

blip is a handy commandline wrapper that lets you quickly copy file content to your clipboard: blip!

Copyright

Copyright (c) 2010-2016 Jan Lelis http://janlelis.com released under the MIT license. Contributions by and thanks to Michael Grosser and all the other contributors!

clipboard's People

Contributors

janlelis avatar grosser avatar keyworks avatar trvsdnn avatar bk2204 avatar momo-lab avatar

Watchers

Roberto Thais avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.