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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/463e8405f85bb74eef17149f7e704b07723ce46e?narHash=sha256-UpZdIss5nqm2Gl3swnmRTPqIpxVpMq/IP7RpMnSEPE0%3D' (2024-06-15)
  → 'github:rustsec/advisory-db/8eb99abe8c369b48bbd4ca04133e1f05be22a778?narHash=sha256-bSY6HPtJ9vCp0AGjL5X910aTg0mq32p3BcJmZQkNkMs%3D' (2024-06-19)
• Updated input 'crane':
    'github:ipetkov/crane/0095fd8ea00ae0a9e6014f39c375e40c2fbd3386?narHash=sha256-UKrfy/46YF2TRnxTtKCYzqf2f5ZPRRWwKCCJb7O5X8U%3D' (2024-06-15)
  → 'github:ipetkov/crane/32c21c29b034d0a93fdb2379d6fabc40fc3d0e6c?narHash=sha256-QmD6B6FYpuoCqu6ZuPJH896ItNquDkn0ulQlOn4ykN8%3D' (2024-06-18)
• Updated input 'fenix':
    'github:nix-community/fenix/ab655c627777ab5f9964652fe23bbb1dfbd687a8?narHash=sha256-ixopuTeTouxqTxfMuzs6IaRttbT8JqRW5C9Q/57WxQw%3D' (2024-06-08)
  → 'github:nix-community/fenix/bedf55efd03d4796a3ddb267d7e081cc6b34483d?narHash=sha256-%2Bx7sc7OPYwi8OPebZ4Pqtzo9XyRcG5Sx7UZSGdj7HVs%3D' (2024-06-22)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/48bbdd6a74f3176987d5c809894ac33957000d19?narHash=sha256-%2BlRAmz92CNUxorqWusgJbL9VE1eKCnQQojglRemzwkw%3D' (2024-06-05)
  → 'github:rust-lang/rust-analyzer/c4681ea2cc1f2d1e1a0568ad03069c57bdcd7a88?narHash=sha256-Roaz1CckctannQVyhfwJ7sqmCGmU3hfTo/7Nmms06WM%3D' (2024-06-21)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/b7c442d070f26a048202e958552190e405d70e3e?narHash=sha256-W3Prs2eMKoa0oV62cSFVcgW35vng7IHe7dxzt0%2Bh2FI%3D' (2024-06-15)
  → 'github:msfjarvis/nixpkgs/4f963d2f07199763816c143f447ebc0d094ebb37?narHash=sha256-tiKzMh4KKp0GYxPs9Y/09%2B0iw6rcitBphAbElJiU57g%3D' (2024-06-22)
2024-06-23 00:24:43 +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-22 00:55:33 +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-23 00:24:43 +00:00
flake.nix feat(rust): upgrade to 1.79.0 2024-06-17 00:30:15 +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 1.79.0 2024-06-17 00:30:15 +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.