Thanks to visit codestin.com
Credit goes to github.com

Skip to content

StudentWeis/ropy

Repository files navigation

Ropy Logo

Ropy Organizes Previous Yanks

License Release Language
Stars Issues

A cross-platform native clipboard manager in pure Rust.

Ropy Dark Ropy Light

Features

  • Cross-platform support: Windows and macOS.
  • Native GUI application built with Zed's GPUI.
  • Easy-to-use, lightweight and fast.
  • Search to quickly find previous records.
  • Auto start on system boot.
  • Keyboard shortcuts for quick access.

Installation

Pre-built Binaries

You can download the latest pre-built binaries from the Releases page.

macOS

After downloading the .dmg file and dragging Ropy.app to the Applications folder, you may need to remove the quarantine attribute to run the application without issues. Open Terminal and run the following commands:

xattr -rc /Applications/Ropy.app
sudo xattr -r -d com.apple.quarantine /Applications/Ropy.app

Building from Source

Make sure you have Rust installed. You can install Rust using rustup.

  1. Clone the repository:
git clone https://github.com/StudentWeis/ropy.git
cd ropy
  1. Build the project:
cargo build --release
  1. Run the application:
./target/release/ropy

Usage

  • Launch the application, and it will start monitoring your clipboard.
  • Use the global hotkey(Ctrl/Control + Shift + D) of tray icon to access the clipboard history.
  • Click on any record or use 1/2/3/4/5 to select a record using keyboard to copy it back to the clipboard.
  • Use the search bar to filter clipboard records.

Acknowledgements

About

A cross-platform native clipboard manager in pure Rust.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •