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

• Updated input 'crane':
    'github:ipetkov/crane/604637106e420ad99907cae401e13ab6b452e7d9?narHash=sha256-KrhxxFj1CjESDrL5%2Bu/zsVH0K%2BIk9tvoac/oFPoxSB8%3D' (2024-12-08)
  → 'github:ipetkov/crane/72e2d02dbac80c8c86bf6bf3e785536acf8ee926?narHash=sha256-3aH/0Y6ajIlfy7j52FGZ%2Bs4icVX0oHhqBzRdlOeztqg%3D' (2024-12-21)
• Updated input 'fenix':
    'github:nix-community/fenix/06de03ede52ce64db6eb65be878a39b5ec944f50?narHash=sha256-4zYEtbxdhYkmmFC5vgv9pmIVHylEuKs%2BiJb1XsKDN7o%3D' (2024-12-14)
  → 'github:nix-community/fenix/92e0d5d0d4569e0d4d4da4d83f7c413a735fd642?narHash=sha256-uqbENAag0fXOSFcO%2BEXrYqPqXd0zcVBogzopkAZia8A%3D' (2024-12-21)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/fc18d263aa95f7d6de8174bd4c6663dfe865e6d5?narHash=sha256-EZtwXmh9P9FnoXKfbjGxyWksjrjPB4HES2HVIV%2BSTNg%3D' (2024-12-13)
  → 'github:rust-lang/rust-analyzer/a0d9dd861d793f081c167d17adccf33faa68eb1e?narHash=sha256-W2iFwsZ2YRrW6kgUBu6UoAI3Cv52Qug2D9v1k5fAOLQ%3D' (2024-12-20)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/6e25f1a0d6ddfc240d08f3682c2614891a70a14c?narHash=sha256-20hHjqjT9EltRCA9PTZZMY92UABjwF%2B4swkhLBNFGlQ%3D' (2024-12-14)
  → 'github:msfjarvis/nixpkgs/dd32e3c7313d3d98978b9d1b792c196ce1ae5054?narHash=sha256-RU3xvLZMoNXxvmUqpJoeIr0EhPC78trf2bbjCZUHTww%3D' (2024-12-19)
2024-12-22 00:46:09 +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 feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +05:30
.git-blame-ignore-revs chore: add reformat to git-blame-ignore-revs 2024-12-16 18:33:26 +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 2024-12-20 00:04:35 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +05:30
flake.lock flake.lock: Update 2024-12-22 00:46:09 +00:00
flake.nix chore: reformat all files with nixfmt-rfc-style 2024-12-16 18:33:26 +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 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.