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

• Updated input 'crane':
    'github:ipetkov/crane/10484f86201bb94bd61ecc5335b1496794fedb78' (2024-03-09)
  → 'github:ipetkov/crane/270c7d60d37b769a31bb04d61bc73cc2da1b3f6f' (2024-03-22)
• Updated input 'devshell':
    'github:numtide/devshell/bc68b058dc7e6d4d6befc4ec6c60082b6e844b7d' (2024-03-11)
  → 'github:numtide/devshell/2d45b54ca4a183f2fdcf4b19c895b64fbf620ee8' (2024-03-22)
• Updated input 'fenix':
    'github:nix-community/fenix/b06c3b4110bfb731d8b84b35cc5f7e00e63b37ed' (2024-03-16)
  → 'github:nix-community/fenix/85f4139f3c092cf4afd9f9906d7ed218ef262c97' (2024-03-22)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/d7ec7a5441190b4fde399b2ac3a8d9daaf062e1c' (2024-03-15)
  → 'github:rust-lang/rust-analyzer/7ef7f442fc34b5eadb1c6ad6433bd6d0c51b056b' (2024-03-21)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9af9c1c87ed3e3ed271934cb896e0cdd33dae212' (2024-03-15)
  → 'github:NixOS/nixpkgs/20bc93ca7b2158ebc99b8cef987a2173a81cde35' (2024-03-23)
2024-03-24 00:23:11 +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 chore: run flake.lock maintenance earlier 2023-11-26 11:06:57 +05:30
.vscode chore(vscode): configure nix-env extension 2023-01-24 17:17:24 +00:00
src fix(clipboard): add pause between loop iterations 2023-12-23 15:43:17 +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.10.4 2024-03-23 04:13:34 +00:00
Cargo.toml fix(deps): update rust crate regex to 1.10.4 2024-03-23 04:13:34 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-03-24 00:23:11 +00:00
flake.nix flake: disable cargo-audit 2024-02-19 18:31:48 +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: fix Garnix badge 2023-10-29 23:10:11 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml feat: upgrade to Rust 1.75.0 2023-12-29 02:12:02 +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.