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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/ec9ce28714bb38d77a2223e7266df705500a7f11?narHash=sha256-2Ug80Uf/oUujxgh02Iy5vTG0V%2BAb9%2BYUHuRLRY0ayiY%3D' (2024-12-09)
  → 'github:rustsec/advisory-db/63a2f39924f66ca89cf5761f299a8a244fe02543?narHash=sha256-Qg1vJOuEohAbdRmTTOLrbbGsyK9KRB54r3%2BaBuOMctM%3D' (2025-01-03)
• Updated input 'crane':
    'github:ipetkov/crane/72e2d02dbac80c8c86bf6bf3e785536acf8ee926?narHash=sha256-3aH/0Y6ajIlfy7j52FGZ%2Bs4icVX0oHhqBzRdlOeztqg%3D' (2024-12-21)
  → 'github:ipetkov/crane/9fa361afe873c740d5ca10ff526463d5807eab88?narHash=sha256-QNRlMxQTT3rdgsQb3QxljO14kE8xxdDXNJ/4jIm4u3Q%3D' (2025-01-04)
• Updated input 'devshell':
    'github:numtide/devshell/dd6b80932022cea34a019e2bb32f6fa9e494dfef?narHash=sha256-xRJ2nPOXb//u1jaBnDP56M7v5ldavjbtR6lfGqSvcKg%3D' (2024-10-07)
  → 'github:numtide/devshell/f7795ede5b02664b57035b3b757876703e2c3eac?narHash=sha256-tO3HrHriyLvipc4xr%2BEwtdlo7wM1OjXNjlWRgmM7peY%3D' (2024-12-31)
• Updated input 'fenix':
    'github:nix-community/fenix/92e0d5d0d4569e0d4d4da4d83f7c413a735fd642?narHash=sha256-uqbENAag0fXOSFcO%2BEXrYqPqXd0zcVBogzopkAZia8A%3D' (2024-12-21)
  → 'github:nix-community/fenix/16a543b819f511df865fb515f19fb84f4066c3f4?narHash=sha256-5bqhkfe/dAxUGFSHz%2B4zpXSZONaB%2BKziQiWSnLPC1Ao%3D' (2025-01-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/a0d9dd861d793f081c167d17adccf33faa68eb1e?narHash=sha256-W2iFwsZ2YRrW6kgUBu6UoAI3Cv52Qug2D9v1k5fAOLQ%3D' (2024-12-20)
  → 'github:rust-lang/rust-analyzer/d1d4319f9b8ff37fa8630ba8588553f8e0a49945?narHash=sha256-Rn2MXhAXzttYaXhiyogqFbeLi%2BGuJq9u6cheqEBxfAo%3D' (2025-01-03)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/dd32e3c7313d3d98978b9d1b792c196ce1ae5054?narHash=sha256-RU3xvLZMoNXxvmUqpJoeIr0EhPC78trf2bbjCZUHTww%3D' (2024-12-19)
  → 'github:msfjarvis/nixpkgs/e5ac6781b275a21df2958f0876393a4cced37caa?narHash=sha256-bPUJ3DYtZOw%2B5mT8kdspphM5OyXa47EdkOY6k24T4VE%3D' (2025-01-05)
2025-01-05 00:46:10 +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-04 02:15:26 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
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-05 00:46:10 +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.