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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/35e7459a331d3e0c585e56dabd03006b9b354088?narHash=sha256-1BVft7ggSN2XXFeXQjazU3jN9wVECd9qp2mZx/8GDMk%3D' (2024-04-27)
  → 'github:rustsec/advisory-db/21c622592e8334057d6b56ea7249020ae74affa5?narHash=sha256-b413fI9LPrum1RXnddiQyiNjlIkZ5/Q8jBscMIYeW0Y%3D' (2024-05-21)
• Updated input 'crane':
    'github:ipetkov/crane/5b0b062ff0357ee207bc47df34c64a0047b5d9ec?narHash=sha256-wLa2QVd9o8Kw58mDtoRn9RUgYgN8Zvl30wn%2BlSBMi64%3D' (2024-05-19)
  → 'github:ipetkov/crane/701dbc191ca003a118ce885db38fae9598908294?narHash=sha256-THm0mm4aKHQhh3pXCj5ms5t0sVPP9xzVsIU9byMjbtI%3D' (2024-05-25)
• Updated input 'fenix':
    'github:nix-community/fenix/a4b7a4acfb44ee78785b0b53667066a9b1e32245?narHash=sha256-FJJMYOmzST4gOiOo4g5XicKKALv8SWqqk2kntpIF3NM%3D' (2024-05-18)
  → 'github:nix-community/fenix/9a9fafd0c3f796b675acb2e16ae238d4fd2cbdb5?narHash=sha256-eZs7f4izo6t0AmOI1IAU6/ZbbXrxMPGdo%2Bkhe4hP3Rk%3D' (2024-05-25)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/83ba42043166948db91fcfcfe30e0b7eac10b3d5?narHash=sha256-EyjtjocGLtB7tqyqwBfadP4y5BBtT5EkoG3kq/zym5U%3D' (2024-05-16)
  → 'github:rust-lang/rust-analyzer/a55e8bf09cdfc25066b77823cc98976a51af8a8b?narHash=sha256-mVUbarr4PNjERDk%2BuaoitPq7eL7De0ythZehezAzug8%3D' (2024-05-24)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/742d640177b7a7ef64576b918a0ad215fcbd4c15?narHash=sha256-3ddSM67PJD6/Lv68RPnZUMM6Rp4J4ObjpTRiraMydDk%3D' (2024-05-18)
  → 'github:msfjarvis/nixpkgs/7daa185d9199ca2f0a20820c7fb51f6dec5163cb?narHash=sha256-yneEKWawdgCRGWLp5vpahmpVjdO1vguiT38rv8j7GlQ%3D' (2024-05-25)
2024-05-26 00:24:08 +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 feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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 serde monorepo to v1.0.203 2024-05-25 18:34:51 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.200 2024-05-01 18:13:25 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-05-26 00:24:08 +00:00
flake.nix feat(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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(rust): upgrade to Rust 1.78.0 2024-05-25 01:10:28 +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.