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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/a68ca4a1ec3950da7c82c522e8cfc424e28ca7f0?narHash=sha256-nnfwJjLA0uVIBgrGNYt9ButjBQFyj/I6MohQUHhJ78A%3D' (2024-10-02)
  → 'github:rustsec/advisory-db/acb7ce45817b13dd34cb32540ff18be4e1f3ba09?narHash=sha256-k1KRRgmfKNhO9eU55FMkkzkneqAlwz5oLC5NSiEfGxs%3D' (2024-10-08)
• Updated input 'crane':
    'github:ipetkov/crane/37e4f9f0976cb9281cd3f0c70081e5e0ecaee93f?narHash=sha256-WD0//20h%2B2/yPGkO88d2nYbb23WMWYvnRyDQ9Dx4UHg%3D' (2024-10-03)
  → 'github:ipetkov/crane/f876e3d905b922502f031aeec1a84490122254b7?narHash=sha256-fROVjMcKRoGHofDm8dY3uDUtCMwUICh/KjBFQnuBzfg%3D' (2024-10-12)
• Updated input 'devshell':
    'github:numtide/devshell/67cce7359e4cd3c45296fb4aaf6a19e2a9c757ae?narHash=sha256-Yo/3loq572A8Su6aY5GP56knpuKYRvM2a1meP9oJZCw%3D' (2024-07-27)
  → 'github:numtide/devshell/dd6b80932022cea34a019e2bb32f6fa9e494dfef?narHash=sha256-xRJ2nPOXb//u1jaBnDP56M7v5ldavjbtR6lfGqSvcKg%3D' (2024-10-07)
• Updated input 'fenix':
    'github:nix-community/fenix/cdfd7bf3e3edaf9e3f6d1e397d3ee601e513613c?narHash=sha256-g4kb34YbEbpeLXv6GNONjZtafFkfl9Cd8jTmuYYON8E%3D' (2024-10-05)
  → 'github:nix-community/fenix/ea96690b28eb5a859d28bcf02887a26e3854e4f3?narHash=sha256-CciuT/8HI/BR%2By%2BW2/FyHRDpchbKQ9wA8ABJiio0CE8%3D' (2024-10-12)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/5982d9c420d0dc90739171829f0d2e9c80d98979?narHash=sha256-tFvUGvqUZjES1yxYT2zEFiTAE0iQKYd%2BeWKX/6ZqeVw%3D' (2024-10-04)
  → 'github:rust-lang/rust-analyzer/0fb804acb375b02a3beeaceeb75b71969ef37b15?narHash=sha256-QFPMazeiGLo7AGy4RREmTgko0Quch/toMVKhGUjDEeo%3D' (2024-10-09)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/25f28c9cd2352a2ebe44030bbbb978dd899f89da?narHash=sha256-3FxW681OLS/TKWiGdXQUqANRsnbFIR1y5355lPq3f0E%3D' (2024-10-05)
  → 'github:msfjarvis/nixpkgs/60366820e88ad7fd7c8c31030fae198f1cfe3904?narHash=sha256-QOs9c6%2BaNVpp/LUCvfd1%2BPhG5pcQLumgybOKZ1uf1U4%3D' (2024-10-10)
2024-10-13 00:29:12 +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: refresh cargo-dist config 2024-09-16 10:01:22 +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-10-08 00:04:36 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-10-13 00:29:12 +00:00
flake.nix fix(build): set up cargo-dist 2024-09-08 02:11:49 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:18:14 +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

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.