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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/af76d4423761499f954411bb3071dcc72e6b0450?narHash=sha256-LHjTqlOLgtv43GVkeM7Hb5HcZG5i/vNHnWgYaUzu%2BJg%3D' (2024-06-05)
  → 'github:rustsec/advisory-db/463e8405f85bb74eef17149f7e704b07723ce46e?narHash=sha256-UpZdIss5nqm2Gl3swnmRTPqIpxVpMq/IP7RpMnSEPE0%3D' (2024-06-15)
• Updated input 'crane':
    'github:ipetkov/crane/55e7754ec31dac78980c8be45f8a28e80e370946?narHash=sha256-1hZ/txnbd/RmiBPNUs7i8UQw2N89uAK3UzrGAWdnFfU%3D' (2024-06-04)
  → 'github:ipetkov/crane/0095fd8ea00ae0a9e6014f39c375e40c2fbd3386?narHash=sha256-UKrfy/46YF2TRnxTtKCYzqf2f5ZPRRWwKCCJb7O5X8U%3D' (2024-06-15)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/f00d7eb8dc9d64249732587e1f4a8e02fc483ab4?narHash=sha256-NeQ0YWpKpNPua7NoeX3Vw7bPluLEY66qgGJPfc9VuLs%3D' (2024-06-07)
  → 'github:msfjarvis/nixpkgs/b7c442d070f26a048202e958552190e405d70e3e?narHash=sha256-W3Prs2eMKoa0oV62cSFVcgW35vng7IHe7dxzt0%2Bh2FI%3D' (2024-06-15)
2024-06-16 00:24:51 +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 feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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-06-14 01:28:56 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.200 2024-05-01 18:13:25 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-06-16 00:24:51 +00:00
flake.nix feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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.