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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/eaef7f63c39c05c61a608b3ab4c619ebb251ad53?narHash=sha256-cYMZOwuB9cRvRnI9PucDhdFerII4Ul3pBD4t8%2BOc69U%3D' (2025-06-12)
  → 'github:rustsec/advisory-db/7573f55ba337263f61167dbb0ea926cdc7c8eb5d?narHash=sha256-il%2BCAqChFIB82xP6bO43dWlUVs%2BNlG7a4g8liIP5HcI%3D' (2025-06-17)
• Updated input 'crane':
    'github:ipetkov/crane/323b5746d89e04b22554b061522dfce9e4c49b18?narHash=sha256-UDyigbDGv8fvs9aS95yzFfOKkEjx1LO3PL3DsKopohA%3D' (2025-06-03)
  → 'github:ipetkov/crane/e37c943371b73ed87faf33f7583860f81f1d5a48?narHash=sha256-tL42YoNg9y30u7zAqtoGDNdTyXTi8EALDeCB13FtbQA%3D' (2025-06-18)
• Updated input 'fenix':
    'github:nix-community/fenix/a804172f150bcf81262655324e583bb0cd0f28dd?narHash=sha256-RlcGw3vAnbI3cfZn8aFaovNUd7312VZh%2B/FDWkqdA7E%3D' (2025-06-14)
  → 'github:nix-community/fenix/933bc78d45abaf764dbfe0fd117be981631f3e9a?narHash=sha256-79O83W9osY3wyvxZHqL0gw85tcACSX0TU5en3%2Bdky/0%3D' (2025-06-21)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/a497f4114ccf24978accb56190e60d1e1659e0c7?narHash=sha256-t6x6/PKg8Shnkd3htrxf3WMgycfRLRWvN9JHAmGWf%2Bs%3D' (2025-06-13)
  → 'github:rust-lang/rust-analyzer/b0552d779f7137c76f109666ce0ad28395c0e582?narHash=sha256-EMFKnO%2BJ3dZOa9J%2BuiKZgHYgzALv9dqxY7NHV0DbO/U%3D' (2025-06-20)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/0b9a67444ce92b5609aba560e64f70f21fbe3a10?narHash=sha256-Kq0EjF4FIJ/eOcreUW1coptSAly4xlyKL8zCAoPo/mo%3D' (2025-06-14)
  → 'github:msfjarvis/nixpkgs/229e53ed6e20f35f950c46e8edff7ef3acce365c?narHash=sha256-FvgW92NiEqmXl5ktvDGwGua6NUHqA04ITh1iCSNM7j8%3D' (2025-06-21)
2025-06-22 00:46:34 +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 chore: revert to default formatting style 2025-01-19 17:55:01 +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-06-21 00:13:33 +00:00
Cargo.toml fix(deps): update rust crate dirs to v6 2025-01-12 21:52:04 +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-06-22 00:46:34 +00:00
flake.nix chore(nix): use lix-project fork of flake-compat 2025-05-06 22:38:25 +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 1.85.0 2025-02-28 15:42:23 +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.