Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ZacJoffe/clipboard

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ZacJoffe/clipboard

  • v0.0.0-20190414232103-e1d59897bf29
  • Source
  • Go
  • Socket score

Version published
Created
Source

Clipboard

Simple Golang libraries for reading and writing text to/from the clipboard in Linux.

Libraries for both xclip and xsel are included in separate packages. See the section below and installation and use.

As such, the only dependency for each package is its respective clipboard service (xclip or xsel).

The library for xclip can also be used to copy images to the clipboard.

Installation and Use

Install the library of your choise. For xclip:

go get -u github.com/ZacJoffe/clipboard/xclip

For xsel:

go get -u github.com/ZacJoffe/clipboard/xsel

Then import either of the libraries of your choice in your code:

import (
    "github.com/ZacJoffe/clipboard/xclip"
    "github.com/ZacJoffe/clipboard/xsel"
)

Use the Read and WriteText functions to read and write text to/from the clipboard.

For xclip, use the WriteImage function to copy an image file to the clipboard.

See example.go in the root folder for actual use.

FAQs

Package last updated on 14 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc