#egui #ringboard #clipboard #tool

nightly app clipboard-history-egui

Ringboard egui client application

16 releases (6 breaking)

0.6.1 Aug 30, 2024
0.5.4 Aug 14, 2024
0.2.0 Jul 25, 2024

#2380 in Development tools

Download history 223/week @ 2024-06-24 257/week @ 2024-07-01 125/week @ 2024-07-22 58/week @ 2024-07-29 950/week @ 2024-08-05 178/week @ 2024-08-12 17/week @ 2024-08-19 322/week @ 2024-08-26 26/week @ 2024-09-02 9/week @ 2024-09-09 23/week @ 2024-09-16 19/week @ 2024-09-23

99 downloads per month

Apache-2.0

1.5MB
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 Ctrl + R to manually reload the database.

Dependencies

~11–51MB
~876K SLoC