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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/0bc9a77248be5cb5f2b51fe6aba8ba451d74c6bb' (2024-04-03)
  → 'github:rustsec/advisory-db/0631800c0a23c1e543842a70ccb698d0690f8cc3' (2024-04-13)
• Updated input 'crane':
    'github:ipetkov/crane/1e44708c0b34380085ba0cbabc230b8adbde1b3a' (2024-04-05)
  → 'github:ipetkov/crane/220387ac8e99cbee0ca4c95b621c4bc782b6a235' (2024-04-09)
• Updated input 'fenix':
    'github:nix-community/fenix/99c6241db5ca5363c05c8f4acbdf3a4e8fc42844' (2024-04-06)
  → 'github:nix-community/fenix/c739f83545e625227f4d0af7fe2a71e69931fa4c' (2024-04-12)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/8e581ac348e223488622f4d3003cb2bd412bf27e' (2024-04-03)
  → 'github:rust-lang/rust-analyzer/657b33b0cb9bd49085202e91ad5b4676532c9140' (2024-04-11)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9e7f26f82acb057498335362905fde6fea4ca50a' (2024-04-06)
  → 'github:NixOS/nixpkgs/a0c9e3aee1000ac2bfb0e5b98c94c946a5d180a9' (2024-04-12)
2024-04-14 00:24:15 +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-04-13 01:58:12 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.82 2024-04-10 04:40:27 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-04-14 00:24:15 +00:00
flake.nix fix: upgrade to Rust 1.77.2 2024-04-10 22:04:36 +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 fix: upgrade to Rust 1.77.2 2024-04-10 22:04:36 +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.