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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/ae12a8f93fb93d447f7b4ba3bb157c66568a5a05' (2023-08-19)
  → 'github:rustsec/advisory-db/d401af5af8e74d61872688d6228d067c553db2c9' (2023-08-25)
• Updated input 'crane':
    'github:ipetkov/crane/7809d369710abb17767b624f9e72b500373580bc' (2023-08-12)
  → 'github:ipetkov/crane/ef5d11e3c2e5b3924eb0309dba2e1fea2d9062ae' (2023-08-23)
• Updated input 'devshell':
    'github:numtide/devshell/f9238ec3d75cefbb2b42a44948c4e8fb1ae9a205' (2023-07-03)
  → 'github:numtide/devshell/2aa26972b951bc05c3632d4e5ae683cb6771a7c6' (2023-08-23)
• Updated input 'fenix':
    'github:nix-community/fenix/ce22ab2b2c8aec8593713d077bbce8f0e3fe8d3e' (2023-08-19)
  → 'github:nix-community/fenix/e66fa0e97106af71be1b26917fba281a27a653a3' (2023-08-26)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/c0f6ece3c47b6486731367153a66be0790d13dec' (2023-08-18)
  → 'github:rust-lang/rust-analyzer/f5b7c60ff7a79bfb3e10f3e98c81b7bb4cb53c68' (2023-08-23)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11)
  → 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ca3c9ac9f4cdd4bea19f592b32bb59b74ab7d783' (2023-08-19)
  → 'github:NixOS/nixpkgs/c66ccfa00c643751da2fd9290e096ceaa30493fc' (2023-08-26)
2023-08-27 06:01:49 +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 fix(deps): update rust crate regex to 1.9.4 2023-08-26 17:40:30 +00:00
Cargo.toml fix(deps): update rust crate regex to 1.9.4 2023-08-26 17:40:30 +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-27 06:01:49 +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(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(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.