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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/f5b488da7f6994a1fef6c4c78250cb25275c6c99?narHash=sha256-FIDzlKCLL8D02bSWgNUw0ydc%2BctyV34ELirYuENvjlE%3D' (2024-06-27)
  → 'github:rustsec/advisory-db/b4ec7ce7e01ec5b96701cda052493e0a402c8655?narHash=sha256-So9xYt8LIamo5Cc%2BDPmj183JbBSyIYLV%2BQiWqKiTW8E%3D' (2024-07-02)
• Updated input 'crane':
    'github:ipetkov/crane/aa5dcd0518a422dfd545d565f0d5a25971fea52a?narHash=sha256-WIoVERD4AN6CmfGSRPy3mfPx2dDbRHgzP2V8z6aNbaY%3D' (2024-06-29)
  → 'github:ipetkov/crane/0aed560c5c0a61c9385bddff471a13036203e11c?narHash=sha256-yHVvNsgrpyNTXZBEokL8uyB2J6gB1wEx0KOJzoeZi1A%3D' (2024-07-06)
• Updated input 'fenix':
    'github:nix-community/fenix/b49a0746ae9516336f3ab281164923624c7a506f?narHash=sha256-6DFZ%2BXbU%2BnPz86uDicmyypxf4oYKGomecSyTiNnXYBU%3D' (2024-06-29)
  → 'github:nix-community/fenix/27cbad7cc093c5298231b87daa04db9610053651?narHash=sha256-isVgeEPkkRz2Tw3vx0J%2BHyIvKmwpyY4SNcw7MbKZa/I%3D' (2024-07-06)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/9463d9eea4b87e651e7d8ed8425a9c92f23b1cdf?narHash=sha256-YzF4P6YVInAjcR5eJHWefkKEu5t70KYVZMvdLODv8CM%3D' (2024-06-28)
  → 'github:rust-lang/rust-analyzer/f2afcb874e7410121c366ae601660abe327e320b?narHash=sha256-PQG46r17hX06Q1akkuVSeMD1hfiNBENWVlgGn1SF/SE%3D' (2024-07-05)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/31aa93e8ed403218aa5f29860cf3c10fe09d62ba?narHash=sha256-KDA/u2VZvd69jWnKhIw3l2ZCyghzqgJ90l6Bm0HK/fw%3D' (2024-06-28)
  → 'github:msfjarvis/nixpkgs/a873a5c5928715885ef211447b85340febcad8ba?narHash=sha256-lf8BmHDgEehOeLzBJ3TxX9INHY1WvWx92NEfbXWVxGM%3D' (2024-07-06)
2024-07-07 00:25:37 +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-04 01:47:36 +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-07 00:25:37 +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.