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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/46754ce9372c13a7e9a05cf7d812fadfdca9cf57' (2023-09-30)
  → 'github:rustsec/advisory-db/da470caa84d3dd3be02657a9cb35bd5269636127' (2023-10-03)
• Updated input 'crane':
    'github:ipetkov/crane/af842d7319f8c3d9e5215a79306824897fcb667c' (2023-10-01)
  → 'github:ipetkov/crane/f2143cd27f8bd09ee4f0121336c65015a2a0a19c' (2023-10-04)
• Updated input 'crane/rust-overlay':
    'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18)
  → 'github:oxalica/rust-overlay/611ccdceed92b4d94ae75328148d84ee4a5b462d' (2023-10-03)
• Updated input 'fenix':
    'github:nix-community/fenix/3116ee073ab3931c78328ca126224833c95e6227' (2023-09-30)
  → 'github:nix-community/fenix/6e3bc9460b51a4602b7e85746ec3e3988b8bd8c9' (2023-10-07)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/4791a5de21735e3d9414d131a4f973da9bae0537' (2023-09-29)
  → 'github:rust-lang/rust-analyzer/b1f89a84ab350091e6c20cfe30c2fab8d76b80e4' (2023-10-06)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/bd9b686c0168041aea600222be0805a0de6e6ab8' (2023-09-29)
  → 'github:NixOS/nixpkgs/945559664c1dc5836173ee12896ba421d9b37181' (2023-10-07)
2023-10-08 06:01:40 +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 chore: fix Clippy lints 2023-08-25 03:53:33 +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 2023-10-07 02:10:11 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.8.2 2023-10-03 01:59:11 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-10-08 06:01:40 +00:00
flake.nix fix: upgrade to Rust 1.73.0 2023-10-07 17:38:18 +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: update Garnix badges 2023-08-27 20:51: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.73.0 2023-10-07 17:38:18 +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.