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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/0e97e6e71f0dd52b4b4e0ab3fa6e5e5dd72f852a' (2023-05-17)
  → 'github:rustsec/advisory-db/e162556b9e8c1542c187290453cbd322e8905f0c' (2023-05-23)
• Updated input 'crane':
    'github:ipetkov/crane/99de890b6ef4b4aab031582125b6056b792a4a30' (2023-05-19)
  → 'github:ipetkov/crane/35110cccf28823320f4fd697fcafcb5038683982' (2023-05-25)
• Updated input 'fenix':
    'github:nix-community/fenix/73d13a8c584a2f8b35677a38e86ba148dc99d2f3' (2023-05-20)
  → 'github:nix-community/fenix/cd56ae0389d59084fad87be375bc480e3874cade' (2023-05-27)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/bb78059be4d090571bd70de57831f84eee5be678' (2023-05-19)
  → 'github:rust-lang/rust-analyzer/1b5523a8cdc46dfdc5170203cf6bc4e65f4515f6' (2023-05-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/eea79d584eff53bf7a76aeb63f8845da6d386129' (2023-05-20)
  → 'github:NixOS/nixpkgs/aeb75dba965e790de427b73315d5addf91a54955' (2023-05-25)
2023-05-28 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 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 rust crate regex to 1.8.3 2023-05-25 18:42:42 +00:00
Cargo.toml fix(deps): update rust crate regex to 1.8.3 2023-05-25 18:42:42 +00:00
default.nix chore: reformat Nix files with alejandra 2023-02-22 18:25:01 +00:00
flake.lock flake.lock: Update 2023-05-28 06:01:25 +00:00
flake.nix feat(nix): switch to provisioning toolchains using fenix 2023-05-15 11:21:17 +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 rust: add rust-toolchain file 2022-07-05 02:29:28 +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.