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

• Updated input 'crane':
    'github:ipetkov/crane/25ca4c50039d91ad88cc0b8feacb9ad7f748dedf?narHash=sha256-tXL4qUlyYZEGOHUKUWjmmcvJjjLQ%2B4U38lPWSc8Cgdo%3D' (2025-04-19)
  → 'github:ipetkov/crane/efd36682371678e2b6da3f108fdb5c613b3ec598?narHash=sha256-oLvmxOnsEKGtwczxp/CwhrfmQUG2ym24OMWowcoRhH8%3D' (2025-04-24)
• Updated input 'fenix':
    'github:nix-community/fenix/936f22bba519112ec47aa17a9b3304c8a3dabe54?narHash=sha256-OoGR5ppBq2nlbGDkCrg4slQ4gU5joYbc9GnQz4R6EOQ%3D' (2025-04-19)
  → 'github:nix-community/fenix/585fc772cd167cad7d30222b2eb5f5e4bb2166b9?narHash=sha256-3Ptviong%2BIYr9y3W6ddJMQDn/VpnTQHgwGU3i022HtA%3D' (2025-04-26)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/a09a5502c3713e4287354b19973ea805d31ebcbc?narHash=sha256-W2Na1BK8Kq8eO8mlUmp%2BNGq7H5CPDpgzaGMpmyBMkas%3D' (2025-04-18)
  → 'github:rust-lang/rust-analyzer/df594ba8f4f72064002a4170eea031ba4300f087?narHash=sha256-ynI1QfQEMHHuO%2BhJ8RLzhCo31XLm86vI7zRjKMQ45BQ%3D' (2025-04-25)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/4720d712ff609e19a25fcae4629b7aea555affa3?narHash=sha256-NFAUNuHhaE2A2FmQG2mViZSNbPDJzNAVDqOBGvecHDY%3D' (2025-04-20)
  → 'github:msfjarvis/nixpkgs/2238d0ce5fb832c9bee94ea0f29d237f3dab3e01?narHash=sha256-WDql6WZGfNECAx7vfcrvq46oZ%2ByZDB7vl2vrWzV7Yvc%3D' (2025-04-24)
2025-04-27 00:46:19 +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 fix(deps): update rust crate toml to v0.8.21 2025-04-25 23:21:54 +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-04-27 00:46:19 +00:00
flake.nix fix(rust): upgrade to 1.85.0 2025-02-28 15:42:23 +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.