29 releases (12 breaking)

Uses new Rust 2024

new 0.12.0 Jun 30, 2025
0.10.1 May 28, 2025
0.9.5 Mar 29, 2025
0.8.1 Nov 27, 2024
0.2.0 Jul 25, 2024

#1076 in Development tools

Download history 109/week @ 2025-03-06 225/week @ 2025-03-13 30/week @ 2025-03-20 142/week @ 2025-03-27 40/week @ 2025-04-03 21/week @ 2025-04-10 15/week @ 2025-04-17 15/week @ 2025-04-24 20/week @ 2025-05-01 137/week @ 2025-05-08 87/week @ 2025-05-15 243/week @ 2025-05-22 86/week @ 2025-05-29 134/week @ 2025-06-05 58/week @ 2025-06-12 24/week @ 2025-06-19

398 downloads per month

Apache-2.0

1MB
3.5K SLoC

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 /bin/sh -c \"ps -p \`cat /tmp/.ringboard/$USERNAME.egui-sleep 2\> /dev/null\` \> /dev/null 2\>\&1 \&\& exec rm -f /tmp/.ringboard/$USERNAME.egui-sleep \|\| exec $(which ringboard-egui)\"'

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.

Dependencies

~12–53MB
~889K SLoC