8 releases (5 breaking)

new 0.9.2 Jan 13, 2025
0.8.1 Nov 27, 2024
0.7.0 Nov 12, 2024
0.6.2 Oct 28, 2024
0.0.0 Aug 20, 2024

#533 in Development tools

Download history 6/week @ 2024-09-17 3/week @ 2024-09-24 9/week @ 2024-10-01 2/week @ 2024-10-08 122/week @ 2024-10-22 40/week @ 2024-10-29 120/week @ 2024-11-12 8/week @ 2024-11-19 145/week @ 2024-11-26 87/week @ 2024-12-03 102/week @ 2024-12-10 20/week @ 2024-12-17 11/week @ 2024-12-24 4/week @ 2024-12-31

155 downloads per month

Apache-2.0

1MB
3K 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–49MB
~827K SLoC