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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/4584ad9a5ea16ce196317cf4d3593e974fb4a8a1?narHash=sha256-/ZPWm1dsz3tXREXGQfa/W6UsQ%2BJ3Pvi0A0U1DZVgLqU%3D' (2025-05-02)
  → 'github:rustsec/advisory-db/796d034fbcb1c5bc83c0d0912dc31eb4e34458bf?narHash=sha256-rVUs0CjpuO7FKVHecsuMaYiUr8iKscsgeo/b2XlnPmQ%3D' (2025-05-08)
• Updated input 'fenix':
    'github:nix-community/fenix/63ff4f9bbe7dd9825b31b987c451ad272c32669f?narHash=sha256-O7BzWR3DW85zUC2ex0WSX5UPmjM0VMDUQa1dvmd8p5Y%3D' (2025-05-03)
  → 'github:nix-community/fenix/4e3cd098060cca21f2a213ce8c086948df946940?narHash=sha256-oLrH70QIWB/KpaI%2BnztyP1hG4zAEEpMiNk6sA8QLQ/8%3D' (2025-05-10)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/6f9c62dfec1570e13ab625be0441510ed299843a?narHash=sha256-GQJFWnUbBqqcittTOrS131%2BOkeNki2dJTGJTdXM6bhk%3D' (2025-05-02)
  → 'github:rust-lang/rust-analyzer/8b624868e4ce2cb5b39559175f0978bee86bdeea?narHash=sha256-t4ZntWiW4C3lE621lV3XyK3KltC5/SW1V9G%2BCSz70rQ%3D' (2025-05-08)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/fceeacaa56f17bbc38e056a0389205362da11266?narHash=sha256-/QepYp5BRsg2C5Y3x9zjw9vTsgrdTPTp78EUDHTP6ow%3D' (2025-05-04)
  → 'github:msfjarvis/nixpkgs/1e8fc5b878576d186d29460b35e9d350bf6321b3?narHash=sha256-oer8p88J6mxTMI8B3ECkLEWLLDpvUzjq8LxMZAqh2nM%3D' (2025-05-09)
2025-05-11 00:46:23 +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-05-10 01:46:35 +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-05-11 00:46:23 +00:00
flake.nix chore(nix): use lix-project fork of flake-compat 2025-05-06 22:38: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 1.85.0 2025-02-28 15:42:23 +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.