CLI to listen to clipboard events and perform operations on the copied text
Go to file
Harsh Shandilya 7c0b9d18bf fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
.config feat(tests): add nextest config to generate JUnit results 2022-03-10 13:15:35 +05:30
.github feat(ci): disable GHA workflow 2023-01-23 18:54:45 +00:00
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix: address Clippy lints 2023-01-24 17:38:27 +00:00
.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 fix(deps): update rust crate toml to 0.6.0 2023-01-23 23:30:38 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.6.0 2023-01-23 23:30:38 +00:00
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 No Maintenance Intended 2023-01-09 19:43:07 +00:00
default.nix feat(nix): migrate to Nix Flakes 2022-12-17 23:32:19 +00:00
deny.toml fix(deps): allow Unicode-DFS-2016 license for unicode-ident 2022-08-31 11:52:14 +05:30
flake.lock feat(nix): migrate to Nix Flakes 2022-12-17 23:32:19 +00:00
flake.nix feat(nix): migrate to Nix Flakes 2022-12-17 23:32:19 +00:00
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
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): migrate to Nix Flakes 2022-12-17 23:32:19 +00:00

README.md

clipboard-substitutor No Maintenance Intended

Simple CLI 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.