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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/9dc4a0bb102451e3c71e1b639068aec5a3e1f5f3?narHash=sha256-6H7mKBKw3VErpGcCGEamBYJsopvqqdFmJhl8slfCtOQ%3D' (2024-11-28)
  → 'github:rustsec/advisory-db/463107188fc02ccaddefc8f4a65746afa06bb7fa?narHash=sha256-gWvibGRlB%2BSMgqTOblVPpkcIAcl0LppLz1dBukEyXoY%3D' (2024-12-05)
• Updated input 'crane':
    'github:ipetkov/crane/da87d1af7e4e09fd0271432340a5cadf3eb96005?narHash=sha256-CgEHGXSzUdlRI1MzsZmWUwW8%2B6MKYqtCBIDrD/5H5/o%3D' (2024-11-30)
  → 'github:ipetkov/crane/62e50137688d953557f156f01e2ad2a25b22d66c?narHash=sha256-0fJaoI4B9Nn67E1P44usZhZHkSSyWdAI23HU%2BX%2BHJCQ%3D' (2024-12-05)
• Updated input 'fenix':
    'github:nix-community/fenix/a8a983027ca02b363dfc82fbe3f7d9548a8d3dce?narHash=sha256-yKI1KiZ0%2BbvDvfPTQ1ZT3oP/nIu3jPYm4dnbRd6hYg4%3D' (2024-11-27)
  → 'github:nix-community/fenix/8519a70a1a81db2dd22316f94c25d7510218169e?narHash=sha256-DwKpay17BJ8XhWn2PVhNEUS98qql2LZ/z37ZbGwdZCM%3D' (2024-12-07)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/8d5e91c94f80c257ce6dbdfba7bd63a5e8a03fa6?narHash=sha256-7VKcoLug9nbAN2txqVksWHHJplqK9Ou8dXjIZAIYSGc%3D' (2024-11-26)
  → 'github:rust-lang/rust-analyzer/17720acb90105cbd736d3e78d736eb5d41af89a5?narHash=sha256-EP/qkXR1CN4vIi5atysuKsQBXuolYnU3rVdLxUv0XqM%3D' (2024-12-06)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/6f66832f9aea96f5aa42fd1ea35820fba200a258?narHash=sha256-qxASJaOYy3HLdlQtTbeoSfDuqq9/snfd%2BNL4Crin8uE%3D' (2024-12-01)
  → 'github:msfjarvis/nixpkgs/faa7d28d77c0410fd66f3b14967a2dde132a4da6?narHash=sha256-xScZ/roYSDe4JbPYVuhESdjjG6pLT4j6r83VdTn1Dos%3D' (2024-12-08)
2024-12-08 00:46:23 +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: adjust flake.lock maintenance schedule 2024-11-09 00:34:03 +05:30
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +05:30
.git-blame-ignore-revs chore: fix .git-blame-ignore-revs formatting 2023-04-22 07:11:41 +00:00
.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 2024-12-04 01:00:02 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-12-08 00:46:23 +00:00
flake.nix fix: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +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.