CLI to listen to clipboard events and perform operations on the copied text
Find a file
GitHub Actions 83ea43ef5c flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/fd71859263a51bf69da4ad9f692d6ebfe7db525b' (2023-12-15)
  → 'github:rustsec/advisory-db/a5fb72de318a74eb69a2c241c0e46705684a35d0' (2023-12-21)
• Updated input 'crane':
    'github:ipetkov/crane/3330c0de31e8729bb5d01820e59ceb1640e128dc' (2023-12-16)
  → 'github:ipetkov/crane/2a5136f14a9ac93d9d370d64a36026c5de3ae8a4' (2023-12-20)
• Updated input 'fenix':
    'github:nix-community/fenix/8001e62f21df863304287c63f01fcc0c24c91816' (2023-12-16)
  → 'github:nix-community/fenix/7c6af11a6d9d4929fcaedd94eec9007795e52778' (2023-12-23)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/21b06c1beb9bb59369ffd652f5d617bcf6952e05' (2023-12-15)
  → 'github:rust-lang/rust-analyzer/afbb8f31ff0fb66cb7f6ae89606727d01c0a8153' (2023-12-22)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
  → 'github:NixOS/nixpkgs/d6863cbcbbb80e71cecfc03356db1cda38919523' (2023-12-21)
2023-12-24 00:22:57 +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 chore: run flake.lock maintenance earlier 2023-11-26 11:06:57 +05:30
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix(clipboard): add pause between loop iterations 2023-12-23 15:43:17 +05:30
.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 chore(release): bump clipboard-substitutor to version 0.7.7 2023-12-24 00:55:03 +05:30
Cargo.toml chore(release): bump clipboard-substitutor to version 0.7.7 2023-12-24 00:55:03 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-12-24 00:22:57 +00:00
flake.nix fix(flakes): drop now-removed crane inputs 2023-10-22 15:18:41 +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 chore: fix Garnix badge 2023-10-29 23:10:11 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml fix: upgrade to Rust 1.73.0 2023-10-07 17:38:18 +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

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.