CLI to listen to clipboard events and perform operations on the copied text
Find a file
2021-11-28 15:57:35 +05:30
.github github: configure dependabot 2021-11-13 18:02:27 +05:30
src all: refactor to elide matchers when not required 2021-11-28 15:57:35 +05:30
.gitignore gitignore: add .idea 2021-11-28 15:16:54 +05:30
Cargo.lock build(deps): bump anyhow from 1.0.47 to 1.0.48 2021-11-25 11:28:47 +05:30
Cargo.toml build(deps): bump anyhow from 1.0.47 to 1.0.48 2021-11-25 11:28:47 +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
shell.nix Initial commit 2021-11-11 20:33:17 +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.