CLI to listen to clipboard events and perform operations on the copied text
Find a file
GitHub Actions e86b346d5c
Some checks are pending
Check Rust code / check (push) Waiting to run
flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/fb0d06e8e2cc04c9aa359e51ffa0a09e3bf58822?narHash=sha256-cDl1Qf/bTILEwq6DzMaTsrv6gWYZ47TO4sy7%2BNOA8Ok%3D' (2025-09-22)
  → 'github:rustsec/advisory-db/ce9208c0021cd8a6b66ff4b345171e8eedd0441c?narHash=sha256-czXIV7Yxo4MlBnItk0h6nomIcgUbq0qmOa8a7/fzKjI%3D' (2025-10-03)
• Updated input 'crane':
    'github:ipetkov/crane/95d528a5f54eaba0d12102249ce42f4d01f4e364?narHash=sha256-NU5WaEdfwF6i8faJ2Yh%2BjcK9vVFrofLcwlD/mP65JrI%3D' (2025-09-25)
  → 'github:ipetkov/crane/c5b48a59ccd5179ea626f47b05d2828c37fb31b7?narHash=sha256-uU6Dq5OUgI9pEiMDwZZhvsoxYD%2B36xKIkYyFXDr//6A%3D' (2025-10-03)
• Updated input 'fenix':
    'github:nix-community/fenix/73494b26b031328fd959e7a3da0f9fdc8957d86c?narHash=sha256-YYIsyGsTiQ2aKoEmYaqRqe44yE3TjpzirR35Cqj50LU%3D' (2025-09-27)
  → 'github:nix-community/fenix/6ffcbf59c119b0c6384c7d98f18cea06a9af7e9c?narHash=sha256-J/rtMKVUAEqOFj0ogvcHKK8HbaKhw%2BtiNrDOpEM%2BZDY%3D' (2025-10-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/f5e049d09dc17d0b61de2ec179b3607cf1e431b2?narHash=sha256-wxOmbk6MH6qgvShZUrD7pJnM7m2lFaoBeVJjVoNeVT8%3D' (2025-09-26)
  → 'github:rust-lang/rust-analyzer/472037b789cf593172d6adf3b8d9f7a429f6cd9b?narHash=sha256-7StxDed3v2fAWLkl%2BHse9FlpjT7Dk7Cn/4vxTFyEhIg%3D' (2025-10-01)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/62bff86ad77ecfc40cb33c001c81060f6f4e06dc?narHash=sha256-bpZ0T0H8nfokb5LXtjkFqgg/sYzNW1cbAqr1IDtc9%2BA%3D' (2025-09-28)
  → 'github:msfjarvis/nixpkgs/8fc31f4ee3e01ac8c3a9d055bc6e18ef5466f1d6?narHash=sha256-L4WsSMA3bQSowHOrxPNwrm0eCb08DfmezrwwE/S7R4M%3D' (2025-10-05)
2025-10-05 00:46:32 +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 fix(deps): update rust crate regex to v1.11.3 2025-09-25 13:28: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-10-05 00:46:32 +00:00
flake.nix fix(nix): repair Darwin eval 2025-09-14 22:04:38 +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(build): upgrade to Rust 1.89.0 2025-09-14 22:03:47 +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.