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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/dcb888ca5316d76d47387419fce1ee201764b9d0?narHash=sha256-d9FfIr6rTqZZf7VMoN4x7Vbh25sZDOyIRiww8VP35dI%3D' (2025-03-26)
  → 'github:rustsec/advisory-db/f1688a2f9a55b7e9a6226d053fd43099f1849f5f?narHash=sha256-baVgx8o9dhVNHJHkHKvB20YAz5/qP/LUygawKxIQi/E%3D' (2025-04-05)
• Updated input 'crane':
    'github:ipetkov/crane/70947c1908108c0c551ddfd73d4f750ff2ea67cd?narHash=sha256-vVOAp9ahvnU%2BfQoKd4SEXB2JG2wbENkpqcwlkIXgUC0%3D' (2025-03-19)
  → 'github:ipetkov/crane/b62437f7e7e11fd2b456af29c25d04734fc49aa2?narHash=sha256-6ERwwMADv5VW%2BEq6vrKZqFnGAj5%2BtL4vizGDmTWJjPc%3D' (2025-04-04)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/5fc1afd5961024921c9b5f5984a97398c0fad10a?narHash=sha256-MujhJ50Am4082ox7Z4R/3RhWoioPA8goU1Tw/KLYUGo%3D' (2025-03-30)
  → 'github:msfjarvis/nixpkgs/ae0867e73e44ef6d2bf7c960ef64234134e0057d?narHash=sha256-PLdYpmJ98UQxdJDfyeuP/iaMqYnKWmWMuRWa6Cvzij4%3D' (2025-04-04)
2025-04-06 00:46:12 +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-04-05 03:16:20 +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-06 00:46:12 +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.