CLI to listen to clipboard events and perform operations on the copied text
Find a file
2022-02-22 09:30:43 +05:30
.github/workflows fix: add xorg as a dependency in Linux CI jobs 2022-02-15 17:32:19 +05:30
src refactor: rename Substitutor.matcher_type to matcher 2022-02-20 13:50:55 +05:30
.gitignore gitignore: add .idea 2021-11-28 15:16:54 +05:30
Cargo.lock fix(deps): update rust crate anyhow to 1.0.55 2022-02-22 09:30:43 +05:30
Cargo.toml fix(deps): update rust crate anyhow to 1.0.55 2022-02-22 09:30:43 +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
renovate.json all: switch from Dependabot to Renovate 2022-02-01 01:19:09 +05:30
rust-toolchain rust-toolchain: init 2022-01-23 14:39:06 +05:30
shell.nix Revert "nix: pin Rust version" 2022-02-19 00:19:48 +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.