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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/a6c90b9cd0246a19e9e073ad47bf5f5c6dcb9fc1' (2023-08-30)
  → 'github:rustsec/advisory-db/0fcce3f7cbbc76da50ab0d778399bf85dc141834' (2023-09-08)
• Updated input 'crane':
    'github:ipetkov/crane/80432e15452e55a72403da3bc91837508a4ccae3' (2023-09-01)
  → 'github:ipetkov/crane/8b4f7a4dab2120cf41e7957a28a853f45016bd9d' (2023-09-04)
• Updated input 'crane/rust-overlay':
    'github:oxalica/rust-overlay/b520a3889b24aaf909e287d19d406862ced9ffc9' (2023-08-07)
  → 'github:oxalica/rust-overlay/98ccb73e6eefc481da6039ee57ad8818d1ca8d56' (2023-09-03)
• Updated input 'devshell':
    'github:numtide/devshell/2aa26972b951bc05c3632d4e5ae683cb6771a7c6' (2023-08-23)
  → 'github:numtide/devshell/65114ea495a8d3cc1352368bf170d67ef005aa5a' (2023-09-04)
• Updated input 'fenix':
    'github:nix-community/fenix/406286f355ef40b067b79616e1205c93b1f8614d' (2023-09-02)
  → 'github:nix-community/fenix/94a5b9a4f8df7b2fa328044b8908b892a2733f60' (2023-09-09)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/60182f7043da54e13beaf664c971db5608c1654f' (2023-09-01)
  → 'github:rust-lang/rust-analyzer/c405509f2e61cadaa8b18f340582e5c362356f2d' (2023-09-08)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e7f35e03abd06a2faef6684d0de813370e13bda8' (2023-09-02)
  → 'github:NixOS/nixpkgs/9108a20782535741433c304f6a4376cb8b364b89' (2023-09-09)
2023-09-10 06:01:25 +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 chore: fix Clippy lints 2023-08-25 03:53:33 +05:30
.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-09-10 01:58:51 +00:00
Cargo.toml fix(deps): update rust crate toml to 0.7.8 2023-09-09 04:18:07 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-09-10 06:01:25 +00:00
flake.nix chore(rust): upgrade to 1.72.0 stable 2023-08-25 03:49:49 +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: update Garnix badges 2023-08-27 20:51:11 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml chore(rust): upgrade to 1.72.0 stable 2023-08-25 03:49:49 +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.