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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/7573f55ba337263f61167dbb0ea926cdc7c8eb5d?narHash=sha256-il%2BCAqChFIB82xP6bO43dWlUVs%2BNlG7a4g8liIP5HcI%3D' (2025-06-17)
  → 'github:rustsec/advisory-db/90cc8453773cd356e9be0c728fdf3f4e0553ad71?narHash=sha256-JiyBgKlETmlHFSVTvUjajKInIqVU3qRjo2DuFtoTE8c%3D' (2025-07-11)
• Updated input 'fenix':
    'github:nix-community/fenix/e60617a7e9ad348c2679557d01177f9d244e6e5d?narHash=sha256-OoD7QdCBKk41sjGr7UpTxXtVba2kc2gfdex2qUCO1FQ%3D' (2025-07-04)
  → 'github:nix-community/fenix/910743660778c55917959d64980bf046f52142ef?narHash=sha256-xXZ0JkrpcpSgeuhezJZV2T%2B7gHcYCo39ogc55c4FyRw%3D' (2025-07-12)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/040049b79973a742bbd0eef25369b983f764dc38?narHash=sha256-X%2BeVYBgJtR5WtFGifchtuidsl0epV3%2BoKXVxdd9ntuY%3D' (2025-07-03)
  → 'github:rust-lang/rust-analyzer/a489123e806ceadfdc5568bf9609b0468f5a2e6a?narHash=sha256-eRDeo/hVnf958ESWy8qV/jZj4ZRbFXsmMdw1cnI57dE%3D' (2025-07-11)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/f6760e8298cd9cb8cd328ec1049ba0dd549a23e0?narHash=sha256-M5KmMVhZr0OrciuoL/OkgEUibUUoXQJxMsuW0Vz6cig%3D' (2025-07-05)
  → 'github:msfjarvis/nixpkgs/b53be56d063c0d84a2ab204d78cc4f24a8ce3499?narHash=sha256-CIkcC97Wlle1ZGNK4ZHoN4zeN4Gf8l2VC/7QR%2BMxsm0%3D' (2025-07-13)
2025-07-13 00:47:20 +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-12 02:52:58 +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-13 00:47:20 +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.