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

• Updated input 'crane':
    'github:ipetkov/crane/e37c943371b73ed87faf33f7583860f81f1d5a48?narHash=sha256-tL42YoNg9y30u7zAqtoGDNdTyXTi8EALDeCB13FtbQA%3D' (2025-06-18)
  → 'github:ipetkov/crane/aed2020fd3dc26e1e857d4107a5a67a33ab6c1fd?narHash=sha256-smpugNIkmDeicNz301Ll1bD7nFOty97T79m4GUMUczA%3D' (2025-07-03)
• Updated input 'fenix':
    'github:nix-community/fenix/6643d56d9a78afa157b577862c220298c09b891d?narHash=sha256-vmbu97JXqr9/sTWR5XRh646jkp8a0J9m0o6JIQTdjE4%3D' (2025-06-28)
  → 'github:nix-community/fenix/e60617a7e9ad348c2679557d01177f9d244e6e5d?narHash=sha256-OoD7QdCBKk41sjGr7UpTxXtVba2kc2gfdex2qUCO1FQ%3D' (2025-07-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/317542c1e4a3ec3467d21d1c25f6a43b80d83e7d?narHash=sha256-hMNZXMtlhfjQdu1F4Fa/UFiMoXdZag4cider2R9a648%3D' (2025-06-25)
  → 'github:rust-lang/rust-analyzer/040049b79973a742bbd0eef25369b983f764dc38?narHash=sha256-X%2BeVYBgJtR5WtFGifchtuidsl0epV3%2BoKXVxdd9ntuY%3D' (2025-07-03)
• Updated input 'flake-compat':
    'git+https://git.lix.systems/lix-project/flake-compat?ref=refs/heads/main&rev=88e58d66efad1b3e0edf8633ea0774f7105d37c9' (2025-05-28)
  → 'git+https://git.lix.systems/lix-project/flake-compat?ref=refs/heads/main&rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1' (2025-07-05)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/8c669b5ba43297bf76a5c20c0f5cfeea2542278e?narHash=sha256-ya/BKxGFD9j6Isj0/KQLFCmeWuDfhlTUoDR7BB6BTgY%3D' (2025-06-28)
  → 'github:msfjarvis/nixpkgs/f6760e8298cd9cb8cd328ec1049ba0dd549a23e0?narHash=sha256-M5KmMVhZr0OrciuoL/OkgEUibUUoXQJxMsuW0Vz6cig%3D' (2025-07-05)
2025-07-06 00:46:31 +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-07-05 00:53:00 +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-07-06 00:46:31 +00:00
flake.nix fix(rust): upgrade to Rust 1.88.0 2025-06-27 12:25:58 +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.88.0 2025-06-27 12:25:58 +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.