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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/1d209d3f18c740f104380e988b5aa8eb360190d1?narHash=sha256-Q/TeuIV610BJ39UkP4zRm6pG6BWEaOCih/WXNR2V9rk%3D' (2024-08-08)
  → 'github:rustsec/advisory-db/201638b35a3e85b7794e84cc73f876d7a2b7ad51?narHash=sha256-AZI593yLh4lcKJdAnnjyLMKUm5PMDpFy1APIYFURLyI%3D' (2024-08-16)
• Updated input 'fenix':
    'github:nix-community/fenix/ca0a8350f4c278204475112dd600ba6f0d09110e?narHash=sha256-IUnCQ0xo0sJRhHbsXVDQ9ULpiQrkxbavmVOilhAXdlk%3D' (2024-08-10)
  → 'github:nix-community/fenix/6e4233dc54850e8aff6eff401400e9a9343881eb?narHash=sha256-7ehq0nfRHpU3oNAkRpklaDxQZUpuaUig2sR2LI%2BIL/U%3D' (2024-08-15)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/56f63dfd8aeebf80e3fc87894fa3d5a40f98a329?narHash=sha256-UdydOPxlUpEE%2BuparyCgxTCSumwCn2URpxPm70G1K%2BQ%3D' (2024-08-09)
  → 'github:rust-lang/rust-analyzer/64a140527b383e3a2fe95908881624fc5374c60c?narHash=sha256-AT6K9JREduWC1zcIJIx8JTZa4sYZD6VvyB/xRnjphqY%3D' (2024-08-14)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/d6eddcc100eb2e0c5052ac4aa3455735afd6e2b4?narHash=sha256-qt/wdaR6TOxvOIWa1n9wEUrY75HEtH39Y4BrR0N0O6w%3D' (2024-08-10)
  → 'github:msfjarvis/nixpkgs/4c1a468b87ac4e5b557496dcd40eee199e4bf7e0?narHash=sha256-v21jJTM3TgLCB704qrzLp%2Br9KvtatJQA268H1lSmjsQ%3D' (2024-08-17)
2024-08-18 00:26:13 +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-08-17 01:41:10 +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-18 00:26:13 +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.