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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/463107188fc02ccaddefc8f4a65746afa06bb7fa?narHash=sha256-gWvibGRlB%2BSMgqTOblVPpkcIAcl0LppLz1dBukEyXoY%3D' (2024-12-05)
  → 'github:rustsec/advisory-db/ec9ce28714bb38d77a2223e7266df705500a7f11?narHash=sha256-2Ug80Uf/oUujxgh02Iy5vTG0V%2BAb9%2BYUHuRLRY0ayiY%3D' (2024-12-09)
• Updated input 'crane':
    'github:ipetkov/crane/62e50137688d953557f156f01e2ad2a25b22d66c?narHash=sha256-0fJaoI4B9Nn67E1P44usZhZHkSSyWdAI23HU%2BX%2BHJCQ%3D' (2024-12-05)
  → 'github:ipetkov/crane/604637106e420ad99907cae401e13ab6b452e7d9?narHash=sha256-KrhxxFj1CjESDrL5%2Bu/zsVH0K%2BIk9tvoac/oFPoxSB8%3D' (2024-12-08)
• Updated input 'fenix':
    'github:nix-community/fenix/8519a70a1a81db2dd22316f94c25d7510218169e?narHash=sha256-DwKpay17BJ8XhWn2PVhNEUS98qql2LZ/z37ZbGwdZCM%3D' (2024-12-07)
  → 'github:nix-community/fenix/06de03ede52ce64db6eb65be878a39b5ec944f50?narHash=sha256-4zYEtbxdhYkmmFC5vgv9pmIVHylEuKs%2BiJb1XsKDN7o%3D' (2024-12-14)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/17720acb90105cbd736d3e78d736eb5d41af89a5?narHash=sha256-EP/qkXR1CN4vIi5atysuKsQBXuolYnU3rVdLxUv0XqM%3D' (2024-12-06)
  → 'github:rust-lang/rust-analyzer/fc18d263aa95f7d6de8174bd4c6663dfe865e6d5?narHash=sha256-EZtwXmh9P9FnoXKfbjGxyWksjrjPB4HES2HVIV%2BSTNg%3D' (2024-12-13)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/faa7d28d77c0410fd66f3b14967a2dde132a4da6?narHash=sha256-xScZ/roYSDe4JbPYVuhESdjjG6pLT4j6r83VdTn1Dos%3D' (2024-12-08)
  → 'github:msfjarvis/nixpkgs/6e25f1a0d6ddfc240d08f3682c2614891a70a14c?narHash=sha256-20hHjqjT9EltRCA9PTZZMY92UABjwF%2B4swkhLBNFGlQ%3D' (2024-12-14)
2024-12-15 00:46:22 +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 feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +05:30
.git-blame-ignore-revs chore: fix .git-blame-ignore-revs formatting 2023-04-22 07:11:41 +00:00
.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 fix(deps): update serde monorepo to v1.0.216 2024-12-11 04:41:48 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-12-15 00:46:22 +00:00
flake.nix fix: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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.82.0 2024-11-06 11:39:04 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +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.