Skip to content

Commit

Permalink
Merge pull request #203: switched to arboard from cli_clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde authored Jul 16, 2023
2 parents 52a12e2 + 446d4cb commit 8f379b7
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 41 deletions.
235 changes: 208 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dialoguer = "0.10.0"
color-eyre = "0.6.0"
number_prefix = "0.4.0"
ctrlc = "3.2.1"
cli-clipboard = "0.4.0"
qr2term = "0.3.0"
arboard = {version = "3.2.0", features = ["wayland-data-control"]} # Wayland by default, fallback to X11.
Loading

0 comments on commit 8f379b7

Please sign in to comment.