Project

clippy

0.01
No commit activity in last 3 years
No release in over 3 years
A utility to access the systems clipboard.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Clippy is a cross-platform clipboard utility and script for Ruby.

Build Status Test Coverage Code Climate Dependency Status

---

  • Requirements:
    • Windows: clip
    • OS X: pbcopy
    • Linux: xsel || xclip

Examples:

clippy --copy '#1'
clippy --copy < 'file#3.txt'
echo '#2' |clippy --copy
clippy --paste
require 'clippy'
Clippy.paste; Clippy.clear
Clippy.copy('#1')
Clippy v2.3.0: Clippy [--copy [< File] ['Text']]
  -p, --paste        Paste
  -N, --no-unescape  Do not unescape \n
  -c, --copy [STR]   Copy a String or STDIN```
  -v, --version      Version
  -C, --clear        Clear