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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/4484e7ae6bc8d214cd5e9c376028578aeeff7ce0' (2024-02-17)
  → 'github:rustsec/advisory-db/feb54ac57e980ef6578f66b307cfb844869e5260' (2024-02-22)
• Updated input 'crane':
    'github:ipetkov/crane/2c653e4478476a52c6aa3ac0495e4dea7449ea0e' (2024-02-11)
  → 'github:ipetkov/crane/2c94ff9a6fbeb9f3ea0107f28688edbe9c81deaa' (2024-02-24)
• Updated input 'fenix':
    'github:nix-community/fenix/761431323e30846bae160e15682cfa687c200606' (2024-02-17)
  → 'github:nix-community/fenix/a941fe943bd7c4c683d8aa8e1a3a1d0595516051' (2024-02-24)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/b9b0d29b8e69b02457cfabe20c4c69cdb45f3cc5' (2024-02-15)
  → 'github:rust-lang/rust-analyzer/03b3cb6be9f21c082f4206b35c7fe7f291c94eaa' (2024-02-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6e2f00c83911461438301db0dba5281197fe4b3a' (2024-02-17)
  → 'github:NixOS/nixpkgs/f63ce824cd2f036216eb5f637dfef31e1a03ee89' (2024-02-24)
2024-02-25 00:22:35 +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 fix(clipboard): add pause between loop iterations 2023-12-23 15:43:17 +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-02-23 00:33:01 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.197 2024-02-20 01:41:06 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-02-25 00:22:35 +00:00
flake.nix flake: disable cargo-audit 2024-02-19 18:31:48 +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: upgrade to Rust 1.75.0 2023-12-29 02:12:02 +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.