CLI to listen to clipboard events and perform operations on the copied text
Go to file
Harsh Shandilya 89fc69c509
chore(release): bump clipboard-substitutor to version 0.7.1
2022-07-28 16:10:52 +05:30
.config feat(tests): add nextest config to generate JUnit results 2022-03-10 13:15:35 +05:30
.github renovate: switch to my presets 2022-07-02 22:31:31 +05:30
src chore(config): fix clippy lints 2022-07-14 03:01:42 +05:30
.git-blame-ignore-revs chore: add a ignore-revs file for git blame 2022-03-07 01:26:23 +05:30
.gitattributes chore(git): remove trailing space in gitattributes file 2022-03-10 12:55:53 +05:30
.gitignore gitignore: add .idea 2021-11-28 15:16:54 +05:30
Cargo.lock chore(release): bump clipboard-substitutor to version 0.7.1 2022-07-28 16:10:52 +05:30
Cargo.toml chore(release): bump clipboard-substitutor to version 0.7.1 2022-07-28 16:10:52 +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
deny.toml refactor: use clipboard-master for events 2022-04-26 22:18:21 +05:30
justfile chore(just): add justfile 2022-07-14 03:01:42 +05:30
release.toml chore(release): add cargo-release config 2022-07-13 17:34:30 +05:30
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix feat(nix): remove Rust from the shell config 2022-07-13 16:25:04 +05:30

README.md

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.