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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/b4ec7ce7e01ec5b96701cda052493e0a402c8655?narHash=sha256-So9xYt8LIamo5Cc%2BDPmj183JbBSyIYLV%2BQiWqKiTW8E%3D' (2024-07-02)
  → 'github:rustsec/advisory-db/97a2dc75838f19a5fd63dc3f8e3f57e0c4c8cfe6?narHash=sha256-EQfU1yMnebn7LoJNjjsQimyuWwz%2B2YzazqUZu8aX/r4%3D' (2024-07-10)
• Updated input 'crane':
    'github:ipetkov/crane/0aed560c5c0a61c9385bddff471a13036203e11c?narHash=sha256-yHVvNsgrpyNTXZBEokL8uyB2J6gB1wEx0KOJzoeZi1A%3D' (2024-07-06)
  → 'github:ipetkov/crane/2d83156f23c43598cf44e152c33a59d3892f8b29?narHash=sha256-iU2yVaPIZm5vMGdlT0%2B57vdB/aPq/V5oZFBRwYw%2BHBM%3D' (2024-07-09)
• Updated input 'fenix':
    'github:nix-community/fenix/27cbad7cc093c5298231b87daa04db9610053651?narHash=sha256-isVgeEPkkRz2Tw3vx0J%2BHyIvKmwpyY4SNcw7MbKZa/I%3D' (2024-07-06)
  → 'github:nix-community/fenix/5087b12a595ee73131a944d922f24d81dae05725?narHash=sha256-3NBYz8VuXuKU%2B8ONd9NFafCNjPEGHIZQ2Mdoam1a4mY%3D' (2024-07-13)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/f2afcb874e7410121c366ae601660abe327e320b?narHash=sha256-PQG46r17hX06Q1akkuVSeMD1hfiNBENWVlgGn1SF/SE%3D' (2024-07-05)
  → 'github:rust-lang/rust-analyzer/ffbc5ad993d5cd2f3b8bcf9a511165470944ab91?narHash=sha256-6I%2Bfm%2BnTLF/iaj7ffiFGlSY7POmubwUaPA/Wq0Bm53M%3D' (2024-07-11)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/a873a5c5928715885ef211447b85340febcad8ba?narHash=sha256-lf8BmHDgEehOeLzBJ3TxX9INHY1WvWx92NEfbXWVxGM%3D' (2024-07-06)
  → 'github:msfjarvis/nixpkgs/24bdc63622b2840968f8f0e866ce3bf2d416e9f2?narHash=sha256-6%2BwzXB5%2B3g2Efr63wsImr0qpvFhT8C5ZuR2fbp3mJn8%3D' (2024-07-13)
2024-07-14 00:26:20 +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-13 00:55: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-14 00:26:20 +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.