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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/c62e71ad8c5256ffa3cafbb1a8c687db60869e98?narHash=sha256-E%2BCu/AFVGwoQo4KPgcWmFS9zU7fJgXoK0o25EP3j48g%3D' (2025-07-23)
  → 'github:rustsec/advisory-db/388a3128c3cda69c6f466de2015aadfae9f9bc75?narHash=sha256-b390kY06Sm%2BgzwGiaXrVzIg4mjxwt/oONlDu49260lM%3D' (2025-08-06)
• Updated input 'crane':
    'github:ipetkov/crane/1eb37955571aed513cc5fe267fda0c001e9ffec9?narHash=sha256-IoNvRsps/pMk0CTH1y/aXwsEHjqxfFns3uFG/xMDR9E%3D' (2025-08-02)
  → 'github:ipetkov/crane/444e81206df3f7d92780680e45858e31d2f07a08?narHash=sha256-0tcS8FHd4QjbCVoxN9jI%2BPjHgA4vc/IjkUSp%2BN3zy0U%3D' (2025-08-04)
• Updated input 'fenix':
    'github:nix-community/fenix/acdb7d8af407ea8aee21b028dc58b4bc51a7849a?narHash=sha256-2cMDogXcqv975o191g0/6ZM0UolJ2X0ChuuLaNKbNAM%3D' (2025-08-02)
  → 'github:nix-community/fenix/60e24f4371b1676d4ecf7d0e8325233acc9b40df?narHash=sha256-S3PJcarvDv54CT2JL8e3LyZZ9myBQNBkuSlazQ6qwys%3D' (2025-08-09)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/68e7ec90bf29c9b17d0dcdb3358de5dee7f4afb5?narHash=sha256-Ya4Ecj8JaKkapgYCCybzZBcypXpblhuG0hVDzdy2zyo%3D' (2025-07-31)
  → 'github:rust-lang/rust-analyzer/caef0f46fd97175e6c1894189689c098c4cb536f?narHash=sha256-rGSOEooq0u38dzvn677G14DGm3ue9UDQ9c1E4qyfcuU%3D' (2025-08-07)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/efc792f20cfd4902825e3cadeadbe7812429b92b?narHash=sha256-LfliKktFtsAru2093dfXz2m8WiZt9GTftm7%2Bi2osGEk%3D' (2025-08-02)
  → 'github:msfjarvis/nixpkgs/8ff5e07ae8b7f9084fdcf267dcafab38895ee170?narHash=sha256-hXlIyczlh8WSuiyPM2EuPK4xmKaQ%2Bf7dmVItrZiIYTQ%3D' (2025-08-10)
2025-08-10 00:47:49 +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-08-09 00:22:02 +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-08-10 00:47:49 +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.