CLI to listen to clipboard events and perform operations on the copied text
Go to file
Harsh Shandilya 9602bbd0b7
fix(flakes): adjust flake-compat URL
2023-06-25 12:29:14 +05:30
.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 feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:39:51 +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: fix `.git-blame-ignore-revs` formatting 2023-04-22 07:11:41 +00:00
.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 fix(deps): update rust crate toml to 0.7.5 2023-06-24 01:35:39 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.7.5 2023-06-24 01:35:39 +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 chore(readme): add Built With Garnix badge 2023-02-13 18:19:48 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-06-25 06:01:49 +00:00
flake.nix fix(flakes): switch flake-compat to nix-community fork 2023-06-20 23:49:27 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml feat(rust): upgrade to 1.70.0 2023-06-16 11:26:22 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30

README.md

clipboard-substitutor No Maintenance Intended Built with Garnix

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.