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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/babf308081c6c1ad21495aa3128957b14146e7cb?narHash=sha256-jcuTu/CBxy75F53EB1%2B9Ug4SH0HXPXy1BlMQfWDoMIQ%3D' (2025-07-18)
  → 'github:rustsec/advisory-db/c62e71ad8c5256ffa3cafbb1a8c687db60869e98?narHash=sha256-E%2BCu/AFVGwoQo4KPgcWmFS9zU7fJgXoK0o25EP3j48g%3D' (2025-07-23)
• Updated input 'crane':
    'github:ipetkov/crane/544d09fecc8c2338542c57f3f742f1a0c8c71e13?narHash=sha256-g5uP3jIj%2BSTUcfTJDKYopxnSijs2agRg13H0SGL5iE4%3D' (2025-07-19)
  → 'github:ipetkov/crane/f35a3372d070c9e9ccb63ba7ce347f0634ddf3d2?narHash=sha256-tzWa2kmTEN69OEMhxFy%2BJ2oWSvZP5QhEgXp3TROOzl0%3D' (2025-07-24)
• Updated input 'fenix':
    'github:nix-community/fenix/e91719882d0e4366202cc9058eb21df74c0bdb92?narHash=sha256-rSw0b/ahoZebcp%2BAZG7uoScB5Q59TYEE5Kx8k0pZp9E%3D' (2025-07-19)
  → 'github:nix-community/fenix/25db7a6f4de7dea678620785e03fbc4560c00672?narHash=sha256-wC9PR%2BrPjmcpnPdOIDwyNwQiRhNsuDs3oZY3t42f4uA%3D' (2025-07-26)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/330c4ed11c4e1eef0999a2cd629703a601da1436?narHash=sha256-YnG3d44oX%2Bg2ooUsNWT%2BIi24w6T%2Bb0dj86k0HkIFUj4%3D' (2025-07-18)
  → 'github:rust-lang/rust-analyzer/51e77c9d7b9b99f7a230bf5179ef1343befd71ac?narHash=sha256-5XbVpJwiy%2Bsw1v4PXSAz4lgJnVna6xkzqyZtoHymFJA%3D' (2025-07-25)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/32944505f333f8becb8409e5c2adf6e5be436b79?narHash=sha256-Oua3lYGxzvpPusajx3RzLxbULvpn/eB/7SMyt4fO%2B0o%3D' (2025-07-20)
  → 'github:msfjarvis/nixpkgs/1ac79096795d7109e6de92fd09c7077b04c915b6?narHash=sha256-bgDomiQs8%2B3wgu%2BSHeF8y5tpZnVIiuncxJYvKYXIYeQ%3D' (2025-07-27)
2025-07-27 00:48:25 +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: apply Renovate config migration 2024-12-09 19:30:46 +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 2025-07-23 01:57:57 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.9.0 2025-07-08 15:52:08 +00:00
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30
flake.lock flake.lock: Update 2025-07-27 00:48:25 +00:00
flake.nix fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:25:58 +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(rust): upgrade to Rust 1.88.0 2025-06-27 12:25:58 +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.