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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/63a2f39924f66ca89cf5761f299a8a244fe02543?narHash=sha256-Qg1vJOuEohAbdRmTTOLrbbGsyK9KRB54r3%2BaBuOMctM%3D' (2025-01-03)
  → 'github:rustsec/advisory-db/cfd49ce116f12c856a3f3c065d041fd0dd7169dc?narHash=sha256-cjWzMwqej9zVoFGV5NkefOspMDJJ%2BgN3%2BzkFZcBBAkc%3D' (2025-01-19)
• Updated input 'crane':
    'github:ipetkov/crane/9172acc1ee6c7e1cbafc3044ff850c568c75a5a3?narHash=sha256-SC0eDcZPqISVt6R0UfGPyQLrI0%2BBppjjtQ3wcSlk0oI%3D' (2025-01-11)
  → 'github:ipetkov/crane/6a589f034202a7c6e10bce6c5d1d392d7bc0f340?narHash=sha256-D10wlrU/HCpSRcb3a7yk%2BbU3ggpMD1kGbseKtO%2B7teo%3D' (2025-01-14)
• Updated input 'fenix':
    'github:nix-community/fenix/05dcdb02ea657f81b13d99bd0ca36b09d25f4c43?narHash=sha256-ngnAENZ%2BvmzOFgnj0EDtHj22nuH7MQB%2BEqzUmdbvaqA%3D' (2025-01-11)
  → 'github:nix-community/fenix/ac79bb490b8c1af4bbc587b84c76f9527d6b14f7?narHash=sha256-lvp77MhGzSN%2BICd0MugppCjQR6cmlM2iAC5cjy2ZsaA%3D' (2025-01-18)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/4f35021ca9a8e7f9ed4344139b9eaf770a2e5725?narHash=sha256-YJ5ajpMsyXITc91ZfnI0Mdocd%2BtmCFkZ3BLozUkB44M%3D' (2025-01-10)
  → 'github:rust-lang/rust-analyzer/f61bfa4d7feb84d07538d361fe77d34a29e3b375?narHash=sha256-m4SN8DeKzsP10EQFS7%2B2zgGfCrMhTfTt1H0QRNesD08%3D' (2025-01-17)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/81a5b8ca4c1758dfab1471c2652b35496d49d01b?narHash=sha256-kMIFQCkifwB2LhlOR84HmjNZNbWmk%2B%2BndMOG/S4Az38%3D' (2025-01-11)
  → 'github:msfjarvis/nixpkgs/6f4a21515c8d16f5ba7190d0af155e919a2d9e4d?narHash=sha256-qevroKqXsHDF59hFYFWxMXHwO5cr/UNhIoFoyYmkuHA%3D' (2025-01-18)
2025-01-19 00:46:04 +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: upgrade to Rust 1.83.0 2024-12-27 11:09:02 +05:30
.git-blame-ignore-revs chore: add reformat to git-blame-ignore-revs 2024-12-16 18:33:26 +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-01-17 01:57:16 +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-01-19 00:46:04 +00:00
flake.nix fix: upgrade to Rust 1.83.0 2024-12-27 11:09:02 +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.83.0 2024-12-27 11:09:02 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +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.