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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/5248f077160ebbedbc62f32356a7eb08823fc91b?narHash=sha256-kYLaeF0Qw/rn4p3mve8qZTPe39ujPmDrE7Ct3XtQTzE%3D' (2025-02-01)
  → 'github:rustsec/advisory-db/08617accdc251d22bc8fd4e3bd62cf53eeddf611?narHash=sha256-qb4FLJFuIHdzI1oeVor69678RugKy8YwsLRQd38fJnc%3D' (2025-02-02)
• Updated input 'crane':
    'github:ipetkov/crane/6fe74265bbb6d016d663b1091f015e2976c4a527?narHash=sha256-ivVXYaYlShxYoKfSo5%2By5930qMKKJ8CLcAoIBPQfJ6s%3D' (2025-01-24)
  → 'github:ipetkov/crane/112e6591b2d6313b1bd05a80a754a8ee42432a7e?narHash=sha256-LrMDRuwAlRFD2T4MgBSRd1s2VtOE%2BVl1oMCNu3RpPE0%3D' (2025-02-08)
• Updated input 'fenix':
    'github:nix-community/fenix/de3ea31eb651b663449361f77d9c1e8835290470?narHash=sha256-TC3xA%2B%2BKgprECm/WPsLUd%2Ba77MObZPElCW6eAsjVW1k%3D' (2025-02-01)
  → 'github:nix-community/fenix/09d396f370bd6c06386f82021162bb7f22023f97?narHash=sha256-Xrpx/wxKnId4R7kR9c5Ro53QD6RWQZ3reBLgIZWTRug%3D' (2025-02-08)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/3c2aca1e5e9fbabb4e05fc4baa62e807aadc476a?narHash=sha256-1zhfA5NBqin0Z79Se85juvqQteq7uClJMEb7l2pdDUY%3D' (2025-01-30)
  → 'github:rust-lang/rust-analyzer/039ac844f1c6ef78472f9790f2ff05376d3dcdbc?narHash=sha256-rQSG%2Bcocqif/8Ddcd86JMah8BPfpbg/hXJbfGmylcnE%3D' (2025-02-07)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/20596d60405b367cb697f12ca9cc5d67680e510c?narHash=sha256-uTqkH0%2Bd8TEV8ajnsfLLHgu5M80BETf36aeUQ31MfdQ%3D' (2025-02-01)
  → 'github:msfjarvis/nixpkgs/8a8ce0b0ee45e087bad0a536a2931e58904a6d28?narHash=sha256-IZfZBN9ihOJN2ycuJFnL6C4QKIEH7kcjJ4yezong2lo%3D' (2025-02-09)
2025-02-09 00:46:02 +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: apply Renovate config migration 2024-12-09 19:30:46 +05:30
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src chore: revert to default formatting style 2025-01-19 17:55:01 +05:30
.git-blame-ignore-revs chore: ignore reformat 2025-01-19 17:55:29 +05:30
.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 2025-02-07 01:36:43 +00:00
Cargo.toml fix(deps): update rust crate dirs to v6 2025-01-12 21:52:04 +00:00
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30
flake.lock flake.lock: Update 2025-02-09 00:46:02 +00:00
flake.nix fix(rust): upgrade to Rust 1.84.0 2025-01-19 17:53:25 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:18:14 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml fix(rust): upgrade to Rust 1.84.0 2025-01-19 17:53:25 +05:30
shell.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30

clipboard-substitutor No Maintenance Intended

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.