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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/2e25d9665f10de885c81a9fb9d51a289f625b05f?narHash=sha256-EGzWKm5cUDDJbwVzxSB4N/%2BCIVycwOG60Gh5f1Vp7JM%3D' (2025-02-24)
  → 'github:rustsec/advisory-db/74ff50e899726ef85314978f60e9f7858462b21f?narHash=sha256-QsTWsBWXvcrTHMhZK5sTz8Omyxn4tSszg/U5Y1BLzFM%3D' (2025-03-07)
• Updated input 'crane':
    'github:ipetkov/crane/19de14aaeb869287647d9461cbd389187d8ecdb7?narHash=sha256-x4syUjNUuRblR07nDPeLDP7DpphaBVbUaSoeZkFbGSk%3D' (2025-02-19)
  → 'github:ipetkov/crane/60202a2e3597a3d91f5e791aab03f45470a738b5?narHash=sha256-fnyETBKSVRa5abjOiRG/IAzKZq5yX8U6oRrHstPl4VM%3D' (2025-03-09)
• Updated input 'devshell':
    'github:numtide/devshell/f7795ede5b02664b57035b3b757876703e2c3eac?narHash=sha256-tO3HrHriyLvipc4xr%2BEwtdlo7wM1OjXNjlWRgmM7peY%3D' (2024-12-31)
  → 'github:numtide/devshell/7c9e793ebe66bcba8292989a68c0419b737a22a0?narHash=sha256-kWNaq6wQUbUMlPgw8Y%2B9/9wP0F8SHkjy24/mN3UAppg%3D' (2025-03-08)
• Updated input 'fenix':
    'github:nix-community/fenix/f44d7c3596ff028ad9f7fcc31d1941ed585f11b3?narHash=sha256-6RzWfxENGlO73jQb3uQNgOvubUFwvveeIg%2BPZxhAu6s%3D' (2025-03-01)
  → 'github:nix-community/fenix/37e933dde18c77a219e0d6d48e16f2e2a22d3976?narHash=sha256-FUhq3GLsUw/5Go3zsrvXWrU1QJ/0Y4YHuw%2BsUpBfUh0%3D' (2025-03-08)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/fe8444616679f8e50ff9696f4750df1f10e7433d?narHash=sha256-2AW/FJQI/i6bbRB/8HR9l9SjxjuiukJpHdMPgwApPKA%3D' (2025-02-28)
  → 'github:rust-lang/rust-analyzer/62dea277cc13031e01483a9400a3d20c888f586d?narHash=sha256-aihwm%2BNBN7CX162yFh8e4hekqVWs7GYmmYwhdkHUg4k%3D' (2025-03-07)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/9bd4365a17c0f169f2d704b38a1b5456c6626bdb?narHash=sha256-MY/boFmJzo9vbz3v4MZ93Gv6nmwZgdBzItLvdCXq4U4%3D' (2025-03-02)
  → 'github:msfjarvis/nixpkgs/08fe79a6ba5a22a05ebdc4dee48ba678424d03e1?narHash=sha256-fokRbf%2BMy0rnxEUcOdCQa5UE6VGfNKS%2B3RVBmndXzc8%3D' (2025-03-07)
2025-03-09 00:45:38 +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-03-08 03:08:36 +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-03-09 00:45:38 +00:00
flake.nix fix(rust): upgrade to 1.85.0 2025-02-28 15:42:23 +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.