easyclip v0.1.1

Easy copy and paste for Crystal

EasyClip

test

Crystal module for clipboard interaction.

Installation

Add to shard.yml:

dependencies:
  easyclip:
    github: kojix2/easyclip

Run shards install

Usage

require "easyclip"

# Copy 'text' to clipboard
EasyClip.copy("text")

# Paste text from the clipboard
str = EasyClip.paste

Contributing

  1. Fork (https://github.com/kojix2/easyclip/fork)
  2. Feature branch (git checkout -b new-feature)
  3. Commit (git commit -am 'Add feature')
  4. Push (git push origin new-feature)
  5. Pull request

License

MIT

Repository

easyclip

Owner
Statistic
  • 1
  • 0
  • 0
  • 2
  • 0
  • about 1 month ago
  • November 20, 2023
License

MIT License

Links
Synced at

Thu, 16 May 2024 02:08:49 GMT

Languages