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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/cab69cc909dad84ca9409fb538bc95077ae9de0f' (2023-04-20)
  → 'github:rustsec/advisory-db/d72795ee51634b8c5bcf6b3bc98d08ec5888d191' (2023-04-25)
• Updated input 'crane':
    'github:ipetkov/crane/54b63c8eae4c50172cb50b612946ff1d2bc1c75c' (2023-04-16)
  → 'github:ipetkov/crane/db21a44eb056ef65a33d9d2648ecc964b4acaddc' (2023-04-29)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2362848adf8def2866fabbffc50462e929d7fffb' (2023-04-21)
  → 'github:NixOS/nixpkgs/54abe781c482f51ff4ff534ebaba77db5bd97442' (2023-04-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/7e938508fee57a0c0603329f63ec0509c1ae9aad' (2023-04-23)
  → 'github:oxalica/rust-overlay/1be440e9119e69b68151cd9c84876ff3063a2e45' (2023-04-30)
2023-04-30 06:01:41 +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 feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:39:51 +00:00
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix: address Clippy lints 2023-01-24 17:38:27 +00:00
.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 rust crate anyhow to 1.0.71 2023-04-29 21:38:02 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.71 2023-04-29 21:38:02 +00:00
default.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00
flake.lock flake.lock: Update 2023-04-30 06:01:41 +00:00
flake.nix feat(cargo): enable new sparse registry protocol 2023-03-11 00:31:32 +00:00
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(readme): add Built With Garnix badge 2023-02-13 18:19:48 +00:00
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00

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.