ringboard-egui

Crates.ioringboard-egui
lib.rsringboard-egui
version0.14.0
created_at2024-08-20 18:56:27.973684+00
updated_at2026-01-19 10:36:06.575615+00
descriptionRingboard egui client application.
homepage
repositoryhttps://github.com/SUPERCILEX/clipboard-history
max_upload_size
id1345686
size1,795,214
Alex Saveau (SUPERCILEX)

documentation

README

Ringboard egui

Crates.io Version

This binary is a Ringboard client that provides a GUI built with egui.

Suggested workflow

To reduce startup latency, closing the application sends it to the background rather than killing it. Thus, it is suggested to bind a shortcut that executes the following command for fast clipboard launches:

# Run this command to generate the command that goes in the shortcut
bash -c 'echo $(which ringboard-egui) toggle'

Usage instructions

  • Press Enter to paste.
    • Use Ctrl + N to paste the Nth entry.
  • Right click entries or press Space to see details.
  • Type / to search.
    • Use Alt + X to switch to RegEx search.
    • Note that the search input text font will be monospaced when in RegEx mode.
    • Use Alt + M to search entries by mime type.
  • Use Ctrl + R to manually reload the database.
Commit count: 633

cargo fmt