easyclip v0.1.1
EasyClip
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
- Fork (https://github.com/kojix2/easyclip/fork)
- Feature branch (
git checkout -b new-feature
) - Commit (
git commit -am 'Add feature'
) - Push (
git push origin new-feature
) - Pull request
License
MIT
Repository
easyclip
Owner
Statistic
- 1
- 0
- 0
- 3
- 0
- 7 months ago
- November 20, 2023
License
MIT License
Links
Synced at
Fri, 22 Nov 2024 01:59:40 GMT
Languages