clipboard-history-egui

Crates.ioclipboard-history-egui
lib.rsclipboard-history-egui
version
sourcesrc
created_at2024-04-25 21:47:34.72092
updated_at2024-10-28 01:11:34.358576
descriptionRingboard egui client application.
homepage
repositoryhttps://github.com/SUPERCILEX/clipboard-history
max_upload_size
id1220768
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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 /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.
Commit count: 475

cargo fmt