This binary is a Ringboard client that provides a GUI built with egui.
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)\"'
- Press Enter to paste.
- Use Ctrl + N to paste the
N
th entry.
- Use Ctrl + N to paste the
- 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.