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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/98e8483ac17d42eeeeee51d4d02ad8a690bd12c7' (2023-07-29)
  → 'github:rustsec/advisory-db/15e3b1b0712d465c6b5ef12fdc2a1716ec73d84d' (2023-08-07)
• Updated input 'crane':
    'github:ipetkov/crane/1a551ae11bff91521cbeaebb8ca59a101c9f33f8' (2023-08-03)
  → 'github:ipetkov/crane/7809d369710abb17767b624f9e72b500373580bc' (2023-08-12)
• Updated input 'crane/rust-overlay':
    'github:oxalica/rust-overlay/99df4908445be37ddb2d332580365fce512a7dcf' (2023-08-03)
  → 'github:oxalica/rust-overlay/b520a3889b24aaf909e287d19d406862ced9ffc9' (2023-08-07)
• Updated input 'fenix':
    'github:nix-community/fenix/accce4f7f29327614501543c79dd421a6ac6f0fc' (2023-08-05)
  → 'github:nix-community/fenix/f8800cb5a572fcdf25ea6fccf89d5ff25f6ad053' (2023-08-12)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/86b6b6f705eb0c29691c3b2f7f5ac71df0e8caae' (2023-08-04)
  → 'github:rust-lang/rust-analyzer/1fde334195f0a8ac43d242bc871e6723e963620d' (2023-08-11)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05)
  → 'github:NixOS/nixpkgs/f0451844bbdf545f696f029d1448de4906c7f753' (2023-08-12)
2023-08-13 06:01:34 +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 chore(deps): lock file maintenance 2023-08-13 00:35:47 +00:00
Cargo.toml fix(deps): update serde to 1.0.183 2023-08-07 07:29:03 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-08-13 06:01:34 +00:00
flake.nix fix(flakes): remove unnecessary source override 2023-06-28 06:43:50 +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 chore: reformat TOML files with Taplo 2023-06-26 00:33:51 +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 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.