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

• Updated input 'crane':
    'github:ipetkov/crane/27025ab71bdca30e7ed0a16c88fd74c5970fc7f5?narHash=sha256-3Iv1PGHJn9sV3HO4FlOVaaztOxa9uGLfOmUWrH7v7%2BA%3D' (2024-05-09)
  → 'github:ipetkov/crane/5b0b062ff0357ee207bc47df34c64a0047b5d9ec?narHash=sha256-wLa2QVd9o8Kw58mDtoRn9RUgYgN8Zvl30wn%2BlSBMi64%3D' (2024-05-19)
• Updated input 'fenix':
    'github:nix-community/fenix/297c756ba6249d483c1dafe42378560458842173?narHash=sha256-ezoe/FwfJpA7sskLoLP2iwfwkYnscEFCP6Vk5kPwh9k%3D' (2024-05-10)
  → 'github:nix-community/fenix/a4b7a4acfb44ee78785b0b53667066a9b1e32245?narHash=sha256-FJJMYOmzST4gOiOo4g5XicKKALv8SWqqk2kntpIF3NM%3D' (2024-05-18)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/5bf2f85c8054d80424899fa581db1b192230efb5?narHash=sha256-vLLgYpdtKBaGYTamNLg1rbRo1bPXp4Jgded/gnprPVw%3D' (2024-05-09)
  → 'github:rust-lang/rust-analyzer/83ba42043166948db91fcfcfe30e0b7eac10b3d5?narHash=sha256-EyjtjocGLtB7tqyqwBfadP4y5BBtT5EkoG3kq/zym5U%3D' (2024-05-16)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/4afe10593a7771e1bb07fd2e1caf3607b15328d6?narHash=sha256-OP4fcISjwvzvWkxcS6DPuYLm2AnG4/xkDm3SKlHe0xI%3D' (2024-05-11)
  → 'github:msfjarvis/nixpkgs/742d640177b7a7ef64576b918a0ad215fcbd4c15?narHash=sha256-3ddSM67PJD6/Lv68RPnZUMM6Rp4J4ObjpTRiraMydDk%3D' (2024-05-18)
2024-05-19 00:24:04 +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 anyhow to v1.0.86 2024-05-18 16:24:36 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.200 2024-05-01 18:13:25 +00:00
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
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-05-19 00:24:04 +00:00
flake.nix nix: use my nixpkgs fork 2024-05-11 11:56:45 +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.77.2 2024-04-10 22:04:36 +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

README.md

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.