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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/201638b35a3e85b7794e84cc73f876d7a2b7ad51?narHash=sha256-AZI593yLh4lcKJdAnnjyLMKUm5PMDpFy1APIYFURLyI%3D' (2024-08-16)
  → 'github:rustsec/advisory-db/dd0703e582ab7edc2637bc3385d540c3dbffa0db?narHash=sha256-K9CHOXzHPfNjZsz3dC9Vhdryz70dyaDTsCjFJHB19xA%3D' (2024-08-24)
• Updated input 'crane':
    'github:ipetkov/crane/4c6c77920b8d44cd6660c1621dea6b3fc4b4c4f4?narHash=sha256-NhCkJJQhD5GUib8zN9JrmYGMwt4lCRp6ZVNzIiYCl0Y%3D' (2024-08-06)
  → 'github:ipetkov/crane/3e08f4b1fc9aaede5dd511d8f5f4ef27501e49b0?narHash=sha256-gpqINM71zp3kw5XYwUXa84ZtPnCmLLnByuFoYesT1bY%3D' (2024-08-24)
• Updated input 'fenix':
    'github:nix-community/fenix/6e4233dc54850e8aff6eff401400e9a9343881eb?narHash=sha256-7ehq0nfRHpU3oNAkRpklaDxQZUpuaUig2sR2LI%2BIL/U%3D' (2024-08-15)
  → 'github:nix-community/fenix/dba5ef499c684acae11a2661d0ed45017fe75b71?narHash=sha256-puBjYiWZMu/VhDk5ZQW88o/IlwsYuoqvCglOESolyBc%3D' (2024-08-24)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/64a140527b383e3a2fe95908881624fc5374c60c?narHash=sha256-AT6K9JREduWC1zcIJIx8JTZa4sYZD6VvyB/xRnjphqY%3D' (2024-08-14)
  → 'github:rust-lang/rust-analyzer/ab34fdd9f3367d1761991f78e3a7006a4d8d2b34?narHash=sha256-N6p1Qd7qgIATJz61JXAqV/rd8umeg0Uj1IawJCTdDlU%3D' (2024-08-23)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/217661b0903eb89d940fde01333268341b390209?narHash=sha256-XQASn%2B5eHt%2BIZ1BlZDR1uKusfYzfPxNQ7i4LfH%2Bj0ls%3D' (2024-08-18)
  → 'github:msfjarvis/nixpkgs/0c80741dd49d68a8b56142f696daa1b4b4178484?narHash=sha256-OAgwDFl/yIQcdwiGLZpc3T%2B1f9RySoR8ehveLWPL%2BQ4%3D' (2024-08-24)
2024-08-25 00:26:45 +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 fix(deps): update serde monorepo to v1.0.209 2024-08-24 05:12:32 +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-08-25 00:26:45 +00:00
flake.nix chore(nix): remove non-existent flake input 2024-08-10 01:37:08 +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 chore: upgrade to Rust 1.80.0 2024-07-28 01:53:46 +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.