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

• Updated input 'crane':
    'github:ipetkov/crane/4dcf584de14beff8dd0c030ac54e185fd3b72023' (2023-10-15)
  → 'github:ipetkov/crane/758ae442227103fa501276e8225609a11c99718e' (2023-10-20)
• Removed input 'crane/flake-compat'
• Removed input 'crane/flake-utils'
• Removed input 'crane/rust-overlay'
• Removed input 'crane/rust-overlay/flake-utils'
• Removed input 'crane/rust-overlay/nixpkgs'
• Updated input 'fenix':
    'github:nix-community/fenix/89a969653519a0503027421999e3f3944e2184fe' (2023-10-14)
  → 'github:nix-community/fenix/595a9eed67a4bf54dfe3e5c3299362a695fef758' (2023-10-21)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/862693ff954660d169774c8ada4672fb96dabf36' (2023-10-13)
  → 'github:rust-lang/rust-analyzer/954fb1d673107f3de5cab9b06cb3d1a2323eb6e0' (2023-10-20)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
  → 'github:NixOS/nixpkgs/51d906d2341c9e866e48c2efcaac0f2d70bfd43e' (2023-10-21)
2023-10-22 06:01:33 +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-10-20 00:55:18 +00:00
Cargo.toml fix(deps): update rust crate tracing to 0.1.40 2023-10-19 03:39:02 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2023-10-22 06:01:33 +00:00
flake.nix fix: upgrade to Rust 1.73.0 2023-10-07 17:38:18 +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 fix: upgrade to Rust 1.73.0 2023-10-07 17:38:18 +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.