CLI to listen to clipboard events and perform operations on the copied text
Find a file
renovate[bot] f08e453150
Some checks failed
Check Rust code / check (push) Has been cancelled
chore(deps): lock file maintenance
2026-01-12 00:40:39 +00:00
.cargo feat(cargo): migrate to cargo-audit 2023-03-11 00:31:04 +00:00
.config feat(tests): add nextest config to generate JUnit results 2022-03-10 13:15:35 +05:30
.github fix: regenerate release CI 2025-11-27 13:17:43 +05:30
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:25:58 +05:30
.git-blame-ignore-revs chore: ignore reformat 2025-01-19 17:55:29 +05:30
.gitattributes chore(git): remove trailing space in gitattributes file 2022-03-10 12:55:53 +05:30
.gitignore feat(cargo): migrate to cargo-audit 2023-03-11 00:31:04 +00:00
Cargo.lock chore(deps): lock file maintenance 2026-01-12 00:40:39 +00:00
Cargo.toml fix: regenerate release CI 2025-11-27 13:17:43 +05:30
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30
dist-workspace.toml fix: regenerate release CI 2025-11-27 13:17:43 +05:30
flake.lock flake.lock: Update 2026-01-11 00:49:07 +00:00
flake.nix fix(nix): update to Rust 1.92.0 2026-01-02 12:38:08 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:18:14 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml fix(nix): update to Rust 1.92.0 2026-01-02 12:38:08 +05:30
shell.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30

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.