mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 17:47:02 +05:30
CLI to listen to clipboard events and perform operations on the copied text
My global rustflags configuration cause this binary to be incorrectly linked so this workaround prevents the global rustflags from being applied to this build |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
deny.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
shell.nix |
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.