Socket
Socket
Sign inDemoInstall

yanky

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yanky

Easy and Simple copy and paste module for GNU/Linux systems


Maintainers
1

yanky -- Easy and Simple copy and paste module for GNU/Linux systems

In order to get yanky fully functional either one of the following software needs to be installed in your system: -xsel: http://www.vergenet.net/~conrad/software/xsel -xclip: https://sourceforge.net/projects/xclip

Usage:

from yanky import copy, paste

#Copy text to OS clipboard copy('Text to be copied to clipboard')

#Paste from OS clipboard

text_from_cb = paste()

Keywords

FAQs


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