CLI to listen to clipboard events and perform operations on the copied text
Find a file
dependabot[bot] bfaad7fa68
build(deps): bump serde_derive from 1.0.135 to 1.0.136 (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 19:00:09 +05:30
.github github: configure dependabot 2021-11-13 18:02:27 +05:30
src main: support various version CLI flags 2022-01-23 15:44:48 +05:30
.gitignore gitignore: add .idea 2021-11-28 15:16:54 +05:30
Cargo.lock build(deps): bump serde_derive from 1.0.135 to 1.0.136 (#10) 2022-01-31 19:00:09 +05:30
Cargo.toml build(deps): bump serde_derive from 1.0.135 to 1.0.136 (#10) 2022-01-31 19:00:09 +05:30
deny.toml Initial commit 2021-11-11 20:33:17 +05:30
LICENSE-APACHE Initial commit 2021-11-11 20:33:17 +05:30
LICENSE-MIT Initial commit 2021-11-11 20:33:17 +05:30
README.md Initial commit 2021-11-11 20:33:17 +05:30
rust-toolchain rust-toolchain: init 2022-01-23 14:39:06 +05:30
shell.nix nix: suppress RUSTFLAGS manipulation 2022-01-23 14:35:26 +05:30

clipboard-substitutor

WIP tool that runs a busy loop to read your clipboard contents, match it against a set of configurable patterns, and perform a specified operation against it.

Licensing

Dual licensed under Apache 2.0 or MIT at your option.