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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/7727c950e41f37f03297583c21f800546318d7f1?narHash=sha256-qgUH%2BuEV90y/uPlLTGS9JQRbmq6hUepKgbzmgHorIRE%3D' (2025-05-30)
  → 'github:rustsec/advisory-db/a1f651cba8bf224f52c5d55d8182b3bb0ebce49e?narHash=sha256-kNiGMrXi5Bq/aWoQmnpK0v%2BufQA4FOInhbkY56iUndc%3D' (2025-06-03)
• Updated input 'crane':
    'github:ipetkov/crane/b718a78696060df6280196a6f992d04c87a16aef?narHash=sha256-t0qLLqb4C1rdtiY8IFRH5KIapTY/n3Lqt57AmxEv9mk%3D' (2025-05-24)
  → 'github:ipetkov/crane/323b5746d89e04b22554b061522dfce9e4c49b18?narHash=sha256-UDyigbDGv8fvs9aS95yzFfOKkEjx1LO3PL3DsKopohA%3D' (2025-06-03)
• Updated input 'fenix':
    'github:nix-community/fenix/4064670e8aeab5353001612efd17b19c7af7fde4?narHash=sha256-gILKNw2g7eGXt1aVJM0pUdeJQX0z6kXZNoiAJPjXHTo%3D' (2025-05-31)
  → 'github:nix-community/fenix/68e191fa1f76ab42d3eb7195844eab261e412e2e?narHash=sha256-8NKf1rHaKg%2B7MRoj7hhPlS048upmpwSXsUx2%2B6phePI%3D' (2025-06-07)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/987cd076e211a02542d5d82264474bb3325e8e7e?narHash=sha256-SUkOBIqQmdZK2/CHxkVf/v36JDBlFQl2uckz9gbCLVo%3D' (2025-05-30)
  → 'github:rust-lang/rust-analyzer/6acff6c1f8306a0a1d29be8fd1ffa63cff1ad598?narHash=sha256-i6nNh8It11J9afo8QAR1Vwk4qKz/byIc5yq0rU3SW7M%3D' (2025-06-06)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/6f25bb6b7110c18643e50954308833d99c2fc4e5?narHash=sha256-N/2PKiD%2BBf8hGS72eMhj%2BZ/BByF/sP8xiGZJU2QAM%2BE%3D' (2025-05-31)
  → 'github:msfjarvis/nixpkgs/695759b51a43175c086578eec678b8a602cbd614?narHash=sha256-i2ow00XfPF%2BENAa3xKB7kWMdwlRywP%2BIE8AD%2Bc1jEAs%3D' (2025-06-07)
2025-06-08 00:46:35 +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-06-07 03:00:35 +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-06-08 00:46:35 +00:00
flake.nix chore(nix): use lix-project fork of flake-compat 2025-05-06 22:38: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 1.85.0 2025-02-28 15:42:23 +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.