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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/825bd26e5e14f8906f9314be1ba6734a753341d1?narHash=sha256-VPfsy7Iymk/Gs/sRgAiy5vkZmnJb1r9GmuF46/aiXNg%3D' (2025-03-13)
  → 'github:rustsec/advisory-db/0e75a0770bccba206f5162dc7dbe0ab66db5fc4e?narHash=sha256-OVZyORVUkNR3WPv/UtZF%2Byf6xPLknQsfgg7RIxgJWfs%3D' (2025-03-22)
• Updated input 'crane':
    'github:ipetkov/crane/713f9eacdab6009eab191b13a7038faca7d2069a?narHash=sha256-JFbG1p6ei9pbkO6pugMgXyIqUdFEYBKsIFkaRzXKbh4%3D' (2025-03-16)
  → 'github:ipetkov/crane/70947c1908108c0c551ddfd73d4f750ff2ea67cd?narHash=sha256-vVOAp9ahvnU%2BfQoKd4SEXB2JG2wbENkpqcwlkIXgUC0%3D' (2025-03-19)
• Updated input 'fenix':
    'github:nix-community/fenix/429986f36b0d0b83d33d73b76358b00397c73fcd?narHash=sha256-/M2HtLqsUbhd88e8r7coPjakLzzQ6tKFwr7hcM6cArQ%3D' (2025-03-15)
  → 'github:nix-community/fenix/7d9ba794daf5e8cc7ee728859bc688d8e26d5f06?narHash=sha256-sVuLDQ2UIWfXUBbctzrZrXM2X05YjX08K7XHMztt36E%3D' (2025-03-20)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/e3b3d9ee594779f619005b287f6595417f9b5ab0?narHash=sha256-W7rOyDewNByWyjTR0e921tE8sOZc39%2BQsa2JjlJiQKk%3D' (2025-03-14)
  → 'github:rust-lang/rust-analyzer/15d87419f1a123d8f888d608129c3ce3ff8f13d4?narHash=sha256-gCpvEQOrugHWLimD1wTFOJHagnSEP6VYBDspq96Idu0%3D' (2025-03-18)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/8003eab9da198d9c5d44f8620da958d02fc679ab?narHash=sha256-4sLVRW2BC95eGlCWtLEq1Q9ECa/KICNR1hhf4phfctk%3D' (2025-03-14)
  → 'github:msfjarvis/nixpkgs/ec989c967818a2d003939a155b88223b9152126f?narHash=sha256-ZAuZzb0Wam3CBiS%2BTdyQzHf%2Bk6J%2BJBJVl4XhQRsZ1W8%3D' (2025-03-23)
2025-03-23 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-03-20 02:39: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-03-23 00:46:34 +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.