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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/796d034fbcb1c5bc83c0d0912dc31eb4e34458bf?narHash=sha256-rVUs0CjpuO7FKVHecsuMaYiUr8iKscsgeo/b2XlnPmQ%3D' (2025-05-08)
  → 'github:rustsec/advisory-db/f16bc6329058299fb558e8f78eb3b065a4d14ea5?narHash=sha256-CLQVUrdiRhJx0JppNZxx8FhgUbcliQUIYVI9Aclk39g%3D' (2025-05-17)
• Updated input 'crane':
    'github:ipetkov/crane/dfd9a8dfd09db9aad544c4d3b6c47b12562544a5?narHash=sha256-DdWJLA%2BD5tcmrRSg5Y7tp/qWaD05ATI4Z7h22gd1h7Q%3D' (2025-05-03)
  → 'github:ipetkov/crane/7f85510df37247c86a0c44032f49aa18292ee11f?narHash=sha256-KUb6MFWc2DYeTCmcEkrBrrqhxAgO6NHZh5qQKwsjG6I%3D' (2025-05-14)
• Updated input 'fenix':
    'github:nix-community/fenix/4e3cd098060cca21f2a213ce8c086948df946940?narHash=sha256-oLrH70QIWB/KpaI%2BnztyP1hG4zAEEpMiNk6sA8QLQ/8%3D' (2025-05-10)
  → 'github:nix-community/fenix/c3c27e603b0d9b5aac8a16236586696338856fbb?narHash=sha256-zky3%2BlndxKRu98PAwVK8kXPdg%2BQ1NVAhaI7YGrboKYA%3D' (2025-05-16)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/8b624868e4ce2cb5b39559175f0978bee86bdeea?narHash=sha256-t4ZntWiW4C3lE621lV3XyK3KltC5/SW1V9G%2BCSz70rQ%3D' (2025-05-08)
  → 'github:rust-lang/rust-analyzer/f8e784353bde7cbf9a9046285c1caf41ac484ebe?narHash=sha256-G4NwzhODScKnXqt2mEQtDFOnI0wU3L1WxsiHX3cID/0%3D' (2025-05-15)
2025-05-18 00:46:22 +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-05-16 01:55:32 +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-05-18 00:46:22 +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.