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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/8e353a172f1baf11c0c917cfc9ae3c5eff8b9d06?narHash=sha256-HSx5EDsO07KULW4bNPVeGVAfpQqzwwS005vqISdOzNg%3D' (2024-11-17)
  → 'github:rustsec/advisory-db/9dc4a0bb102451e3c71e1b639068aec5a3e1f5f3?narHash=sha256-6H7mKBKw3VErpGcCGEamBYJsopvqqdFmJhl8slfCtOQ%3D' (2024-11-28)
• Updated input 'crane':
    'github:ipetkov/crane/f2b4b472983817021d9ffb60838b2b36b9376b20?narHash=sha256-qJOGDT6PACoX%2BGbNH2PPx2ievlmtT1NVeTB80EkRLys%3D' (2024-11-24)
  → 'github:ipetkov/crane/da87d1af7e4e09fd0271432340a5cadf3eb96005?narHash=sha256-CgEHGXSzUdlRI1MzsZmWUwW8%2B6MKYqtCBIDrD/5H5/o%3D' (2024-11-30)
• Updated input 'fenix':
    'github:nix-community/fenix/cb6515f398908e1c74dea085e72b3e3a0a81c6e2?narHash=sha256-IuOzr1HjFK8RxeDITfe1LQKgbUjgqlgeGc8jf9tKAuY%3D' (2024-11-23)
  → 'github:nix-community/fenix/a8a983027ca02b363dfc82fbe3f7d9548a8d3dce?narHash=sha256-yKI1KiZ0%2BbvDvfPTQ1ZT3oP/nIu3jPYm4dnbRd6hYg4%3D' (2024-11-27)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/c0bbbb3e5d7d1d1d60308c8270bfd5b250032bb4?narHash=sha256-G5LUEOC4kvB/Xbkglv0Noi04HnCfryur7dVjzlHkgpI%3D' (2024-11-19)
  → 'github:rust-lang/rust-analyzer/8d5e91c94f80c257ce6dbdfba7bd63a5e8a03fa6?narHash=sha256-7VKcoLug9nbAN2txqVksWHHJplqK9Ou8dXjIZAIYSGc%3D' (2024-11-26)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/d7f85fd138b59a8e19c766492f571ac135b4efed?narHash=sha256-yAyZI54Su7ikPZiihJ4XtCSxOL8l/f1m8%2BRVi2npr3k%3D' (2024-11-24)
  → 'github:msfjarvis/nixpkgs/618b6a3e06f9bd3d5d32f4ce361733b1536a43e0?narHash=sha256-HyNdG15xyf8rrhv95Hx9bh9XrViyKDeXfAgBAiXvzOw%3D' (2024-12-01)
2024-12-01 00:46:37 +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: adjust flake.lock maintenance schedule 2024-11-09 00:34:03 +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-11-30 02:00:14 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-12-01 00:46:37 +00:00
flake.nix fix: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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

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.