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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/292b3a8437125f015adbd32efd6bcdbbd95303f3' (2023-03-07)
  → 'github:rustsec/advisory-db/0888b44843e3c86db9fd56334c7f5261ea00dc19' (2023-03-15)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/3db36a8b464d0c4532ba1c7dda728f4576d6d073' (2023-02-13)
  → 'github:numtide/flake-utils/93a2b84fc4b70d9e089d029deacc3583435c2ed6' (2023-03-15)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1e383aada51b416c6c27d4884d2e258df201bc11' (2023-03-08)
  → 'github:NixOS/nixpkgs/194c2aa446b2b059886bb68be15ef6736d5a8c31' (2023-03-16)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/9f687941160108f89dd8bd2c650d32c15a35c7c7' (2023-03-10)
  → 'github:oxalica/rust-overlay/32e4b1bf80cf99b7c72d2892198d40558828e6a1' (2023-03-19)
2023-03-19 06:01:50 +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 feat(ci): add GHA workflow for updating flake.lock every weekend 2023-03-14 10:39:51 +00:00
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix: address Clippy lints 2023-01-24 17:38:27 +00:00
.git-blame-ignore-revs chore(git): add Alejandra reformat to blame ignore revs 2023-02-22 18:29:18 +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 fix(deps): update serde to 1.0.157 2023-03-18 11:36:01 +00:00
Cargo.toml fix(deps): update serde to 1.0.157 2023-03-18 11:36:01 +00:00
default.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00
flake.lock flake.lock: Update 2023-03-19 06:01:50 +00:00
flake.nix feat(cargo): enable new sparse registry protocol 2023-03-11 00:31:32 +00:00
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(readme): add Built With Garnix badge 2023-02-13 18:19:48 +00:00
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml rust: add rust-toolchain file 2022-07-05 02:29:28 +05:30
rustfmt.toml chore: add a custom rustfmt configuration 2022-03-07 01:25:22 +05:30
shell.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00

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.