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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/97a2dc75838f19a5fd63dc3f8e3f57e0c4c8cfe6?narHash=sha256-EQfU1yMnebn7LoJNjjsQimyuWwz%2B2YzazqUZu8aX/r4%3D' (2024-07-10)
  → 'github:rustsec/advisory-db/eb081cbca8853b7481aec2f194627fa639bc5e62?narHash=sha256-oB7n3qZp0cVRiiFTSisg2eYfIbFXsbGWK/ZBD02Auq8%3D' (2024-07-19)
• Updated input 'crane':
    'github:ipetkov/crane/2d83156f23c43598cf44e152c33a59d3892f8b29?narHash=sha256-iU2yVaPIZm5vMGdlT0%2B57vdB/aPq/V5oZFBRwYw%2BHBM%3D' (2024-07-09)
  → 'github:ipetkov/crane/8a68b987c476a33e90f203f0927614a75c3f47ea?narHash=sha256-a0G1NvyXGzdwgu6e1HQpmK5R5yLsfxeBe07nNDyYd%2Bg%3D' (2024-07-18)
• Updated input 'fenix':
    'github:nix-community/fenix/5087b12a595ee73131a944d922f24d81dae05725?narHash=sha256-3NBYz8VuXuKU%2B8ONd9NFafCNjPEGHIZQ2Mdoam1a4mY%3D' (2024-07-13)
  → 'github:nix-community/fenix/d3121c162a1fa4fabcb9af9642d50e8b05ddfe83?narHash=sha256-AJjRiL2diAitpARbE9bUTlgtqHC8QS1ImXNaXMRhKoU%3D' (2024-07-20)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/ffbc5ad993d5cd2f3b8bcf9a511165470944ab91?narHash=sha256-6I%2Bfm%2BnTLF/iaj7ffiFGlSY7POmubwUaPA/Wq0Bm53M%3D' (2024-07-11)
  → 'github:rust-lang/rust-analyzer/b333f85a9dc06a45d9eb126c6371414c49b46784?narHash=sha256-23zmEelXzAvnfMlLsJ6a6P7yNiI9WOUrS9xh9dXVc/U%3D' (2024-07-19)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/24bdc63622b2840968f8f0e866ce3bf2d416e9f2?narHash=sha256-6%2BwzXB5%2B3g2Efr63wsImr0qpvFhT8C5ZuR2fbp3mJn8%3D' (2024-07-13)
  → 'github:msfjarvis/nixpkgs/29cdcf540737a834a8fd21e0920f9f1162ca7e40?narHash=sha256-W99ZD5fnCeFkaM49HluUvM1r30cpUifNCbN1a2clLNw%3D' (2024-07-20)
2024-07-21 00:26:03 +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: run flake.lock maintenance earlier 2023-11-26 11:06:57 +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 chore(deps): lock file maintenance 2024-07-20 01:21:22 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.200 2024-05-01 18:13:25 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-07-21 00:26:03 +00:00
flake.nix feat(rust): upgrade to 1.79.0 2024-06-17 00:30:15 +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 chore: fix Garnix badge 2023-10-29 23:10:11 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml feat(rust): upgrade to 1.79.0 2024-06-17 00:30:15 +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 Built with Garnix

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.