Add Wayland clipboard support using wl-copy/wl-paste #1

Merged
KristianHolme merged 1 commit from fix-wayland-clipboard into main 2026-02-27 17:09:23 -08:00
KristianHolme commented 2026-02-27 14:02:53 -08:00 (Migrated from github.com)

Fix clipboard detection logic to check for Linux first, then determine if running on Wayland or X11:

  • Wayland: uses wl-copy (write) / wl-paste (read)
  • X11: uses xclip (write) / xclip -selection clipboard -o (read)
  • macOS: uses pbcopy (write) / pbpaste (read)

Updated both setup_wizard_tui.jl and tool_definitions.jl

Fix clipboard detection logic to check for Linux first, then determine if running on Wayland or X11: - Wayland: uses wl-copy (write) / wl-paste (read) - X11: uses xclip (write) / xclip -selection clipboard -o (read) - macOS: uses pbcopy (write) / pbpaste (read) Updated both setup_wizard_tui.jl and tool_definitions.jl
kahliburke commented 2026-02-27 17:11:34 -08:00 (Migrated from github.com)

Thanks for the contribution here as well. I'm not running with these tools but the code reviewed by Claude ok and I will trust that it works for you, let me know about any other issues.

Thanks for the contribution here as well. I'm not running with these tools but the code reviewed by Claude ok and I will trust that it works for you, let me know about any other issues.
Sign in to join this conversation.
No description provided.