https://github.com/janlelis/rusty_clipboard
Ruby 🡪 Rust 🡪 System Clipboard
https://github.com/janlelis/rusty_clipboard
clipboard helix ruby rust
Last synced: 6 months ago
JSON representation
Ruby 🡪 Rust 🡪 System Clipboard
- Host: GitHub
- URL: https://github.com/janlelis/rusty_clipboard
- Owner: janlelis
- Created: 2018-12-10T21:01:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T21:02:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-09T10:47:19.593Z (7 months ago)
- Topics: clipboard, helix, ruby, rust
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Clipboard for Ruby
Experimenting around with:
- https://github.com/aweinstock314/rust-clipboard (used in Servo)
- https://usehelix.com (a way to build Rust Extensions in Ruby)Setup:
- Clone repository
- Install Rust (and Cargo, its package manager)
- Run: `rake gem`Usage:
- RustyClipboard.copy
- RustyClipboard.paste
- RustyClipboard.clearFor a production-ready clipboard in Ruby, please go use:
- https://github.com/janlelis/clipboard