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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/af3f3d503f82056785841bee49997bae65eba1c0' (2023-06-03)
  → 'github:rustsec/advisory-db/37abf6e46378cb80ef43902a6bd9dcef2d9dfccc' (2023-06-15)
• Updated input 'crane':
    'github:ipetkov/crane/057d95721ee67d421391dda7031977d247ddec28' (2023-06-08)
  → 'github:ipetkov/crane/75f7d715f8088f741be9981405f6444e2d49efdd' (2023-06-13)
• Updated input 'fenix':
    'github:nix-community/fenix/d6f69b3caa16f2de0ceb2f991e5e45fd80e17a52' (2023-06-10)
  → 'github:nix-community/fenix/df0a6e4ec44b4a276acfa5a96d2a83cb2dfdc791' (2023-06-17)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/5f8a6f67b955056070ba5d0675ff59d2305fbace' (2023-06-09)
  → 'github:rust-lang/rust-analyzer/a5a71c75e62a0eaa1b42a376f7cf3d348cb5dec6' (2023-06-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a30520bf8eabf8a5c37889d661e67a2dbcaa59e6' (2023-06-10)
  → 'github:NixOS/nixpkgs/2c09e8eb8717e240ef9c5727c1cc9186db9fb309' (2023-06-17)
2023-06-18 06:01:40 +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: 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 fix(deps): update serde to 1.0.164 2023-06-08 07:36:55 +00:00
Cargo.toml fix(deps): update serde to 1.0.164 2023-06-08 07:36:55 +00:00
default.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00
flake.lock flake.lock: Update 2023-06-18 06:01:40 +00:00
flake.nix feat(rust): upgrade to 1.70.0 2023-06-16 11:26:22 +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 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 feat(rust): upgrade to 1.70.0 2023-06-16 11:26:22 +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.