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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/ddccfe8aced779f7b54d27bbe7e122ecb1dda33a?narHash=sha256-UqR1f9gThWNBCBobWet7T46vTSxkB6dVAdeqNBoF8mc%3D' (2025-02-14)
  → 'github:rustsec/advisory-db/e23da6c2f97cbf7642706bd57377d729f7b35ade?narHash=sha256-cHj3miqke9qk7RlKcDhP52PE9%2BU9ZVHsG3MQyqvbZfY%3D' (2025-02-22)
• Updated input 'fenix':
    'github:nix-community/fenix/56b82ec9192365904927ca3acbb39d7ef2dfbf3d?narHash=sha256-mAUJ%2B9f8cevpZWfMbO4rxHRgxaW0hSGLFw4zxssJApU%3D' (2025-02-15)
  → 'github:nix-community/fenix/133a9eb59fb4ddac443ebe5ab2449d3940396533?narHash=sha256-wWSv4KYhPKggKuJLzghfBs99pS3Kli9UBlyXVBzuIzc%3D' (2025-02-22)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/40e4f9130f4e44f20961a7cf4ade46325126698b?narHash=sha256-QfmtsyySvQSEKLuB850AmyqpNQRP%2BT57vuZnGIpmGD4%3D' (2025-02-14)
  → 'github:rust-lang/rust-analyzer/88fbdcd510e79ef3bcd81d6d9d4f07bdce84be8c?narHash=sha256-KlYdDhon/hy91NutuBeN8e3qTKf3FXgsudWsjnHud68%3D' (2025-02-20)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/fdc083d9f8bf95eb50bb8b0e3a395a4140a6f721?narHash=sha256-XCzw6yYM2FhJM6SUL7Z08X/VRQG0y2Yr0RZg1dVPBY8%3D' (2025-02-14)
  → 'github:msfjarvis/nixpkgs/5a90b0b0c7e841cee6995172901b45fff282e885?narHash=sha256-qvhWwHSz6OEyC2ZHaxEMFd7FbiUJW%2BDWuBONGhb5Hiw%3D' (2025-02-21)
2025-02-23 00:46:11 +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-02-22 03:28:02 +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-02-23 00:46:11 +00:00
flake.nix fix(rust): upgrade to Rust 1.84.0 2025-01-19 17:53: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 Rust 1.84.0 2025-01-19 17:53:25 +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.