CLI to listen to clipboard events and perform operations on the copied text
Find a file
GitHub Actions 4e3140b67f
Some checks failed
Check Rust code / check (push) Has been cancelled
flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/b69325da7838ded1150747826c6400c903d0a1c3?narHash=sha256-pyhWMCibZLb/DceCPlh/clcZNNpeRQ9V2NOvmbSWVUo%3D' (2025-10-25)
  → 'github:rustsec/advisory-db/2e45336771e36acf5bcefe7c99280ab214719707?narHash=sha256-F6dlUrDiShwhMfPR%2BWoVmaQguGdEwjW9SI4nKlkay7c%3D' (2025-10-28)
• Updated input 'fenix':
    'github:nix-community/fenix/b0fa429fc946e6e716dff3bfb97ce6383eae9359?narHash=sha256-YmnUYXjacFHa8fWCo8gBAHpqlcG8%2BP5%2B5YYFhy6hOkg%3D' (2025-10-25)
  → 'github:nix-community/fenix/3107255abfe4f2d1c3eee7a3e2f5a5eb6f2200fe?narHash=sha256-isqMvjTk3jdTHN6KA/BWQvOSVe7O35OQKAZNtLK76OY%3D' (2025-11-01)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/51236f731456f305bac2b48682f8e1fa3032c989?narHash=sha256-KzRamhMnHTBEbYM0lZqozwc9BEYOTBMxVyAtDyiRq3s%3D' (2025-10-24)
  → 'github:rust-lang/rust-analyzer/2e2e3ebec91215078de9b754363fc9a7b0fdef13?narHash=sha256-SreGV62DEv7kLJEcOBrw2V6Kup0siT4wS3Ye8PlFTdE%3D' (2025-10-31)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/d465173ec29bebe449f549197de8542bbd2e4ff8?narHash=sha256-ea0apopk9v4HoHwQkBCLTMWZZhbo7a%2BANRoiJbAZuPs%3D' (2025-10-26)
  → 'github:msfjarvis/nixpkgs/9bcb7062da7a6093ee880f93c876373de659fe9d?narHash=sha256-9/hQXd/is2UCgQIBMTuMCp9sfQ5ApHGnOa53aGEZCoE%3D' (2025-11-01)
2025-11-02 00:46:33 +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 fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:25:58 +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-10-31 03:00:29 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.9.0 2025-07-08 15:52:08 +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-11-02 00:46:33 +00:00
flake.nix fix(nix): repair Darwin eval 2025-09-14 22:04:38 +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(build): upgrade to Rust 1.89.0 2025-09-14 22:03:47 +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.