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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/0c251c3c9a1b08e08ef5946d4c2d133fe1bc213e' (2023-10-28)
  → 'github:rustsec/advisory-db/088ec034cfc17c918d8c1d4f9fbb832b935011b0' (2023-11-02)
• Updated input 'crane':
    'github:ipetkov/crane/b7db46f0f1751f7b1d1911f6be7daf568ad5bc65' (2023-10-24)
  → 'github:ipetkov/crane/2c89c36bffac32d8267e719f73b0d06e313ede30' (2023-11-03)
• Updated input 'fenix':
    'github:nix-community/fenix/0087479649aab847e515e90e7f7333983dea798e' (2023-10-28)
  → 'github:nix-community/fenix/ec493cf412f94155daac4b95c95eb11ddcb347e5' (2023-11-04)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/46c395d57090f2ec5784d7fcad57a130911e44f7' (2023-10-26)
  → 'github:rust-lang/rust-analyzer/0fec61aabf62faab0c9f9b33b40ea5d5977792c8' (2023-11-03)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/808c0d8c53c7ae50f82aca8e7df263225cf235bf' (2023-10-26)
  → 'github:NixOS/nixpkgs/e583a3b08f2b59488deb2ace2528df37c931509f' (2023-11-04)
2023-11-05 06:01:44 +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-11-05 01:36:48 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.8.6 2023-10-27 19:28:16 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-11-05 06:01:44 +00:00
flake.nix fix(flakes): drop now-removed crane inputs 2023-10-22 15:18:41 +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.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.