An open API service indexing awesome lists of open source software.

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

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.clear

For a production-ready clipboard in Ruby, please go use:

- https://github.com/janlelis/clipboard