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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/cb905e6e405834bdff1eb1e20c9b10edb5403889?narHash=sha256-2csMEEOZhvowVKZNBHk1kMJqk72ZMrPj9LQYCzP6EKs%3D' (2024-09-26)
  → 'github:rustsec/advisory-db/a68ca4a1ec3950da7c82c522e8cfc424e28ca7f0?narHash=sha256-nnfwJjLA0uVIBgrGNYt9ButjBQFyj/I6MohQUHhJ78A%3D' (2024-10-02)
• Updated input 'crane':
    'github:ipetkov/crane/5b03654ce046b5167e7b0bccbd8244cb56c16f0e?narHash=sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE%3D' (2024-09-26)
  → 'github:ipetkov/crane/37e4f9f0976cb9281cd3f0c70081e5e0ecaee93f?narHash=sha256-WD0//20h%2B2/yPGkO88d2nYbb23WMWYvnRyDQ9Dx4UHg%3D' (2024-10-03)
• Updated input 'fenix':
    'github:nix-community/fenix/05848315f6849b29bb538bf3c646a07cb1492548?narHash=sha256-rkyXU40J/D4ZJtigMRlZ%2B6uHsr60mseWkaUFeL%2B7NKk%3D' (2024-09-28)
  → 'github:nix-community/fenix/cdfd7bf3e3edaf9e3f6d1e397d3ee601e513613c?narHash=sha256-g4kb34YbEbpeLXv6GNONjZtafFkfl9Cd8jTmuYYON8E%3D' (2024-10-05)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/546339a7be357b3e95fc4b79a8816dce540d477b?narHash=sha256-jrr8r2CT9jsi6XDTTX%2BE39/CakTcQ9RYRp6rWGzLkk0%3D' (2024-09-27)
  → 'github:rust-lang/rust-analyzer/5982d9c420d0dc90739171829f0d2e9c80d98979?narHash=sha256-tFvUGvqUZjES1yxYT2zEFiTAE0iQKYd%2BeWKX/6ZqeVw%3D' (2024-10-04)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/7caa3199bbfd8b381329946f4879fb34db77de5d?narHash=sha256-iEUy2tqk6AbshxozjWqG4jjKZcvtNu0nsRpDq/ybJsE%3D' (2024-09-28)
  → 'github:msfjarvis/nixpkgs/25f28c9cd2352a2ebe44030bbbb978dd899f89da?narHash=sha256-3FxW681OLS/TKWiGdXQUqANRsnbFIR1y5355lPq3f0E%3D' (2024-10-05)
2024-10-06 00:29:24 +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: refresh cargo-dist config 2024-09-16 10:01:22 +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 chore(deps): lock file maintenance 2024-10-05 00:40:56 +00:00
Cargo.toml chore: refresh cargo-dist config 2024-09-16 10:01:22 +05:30
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-10-06 00:29:24 +00:00
flake.nix fix(build): set up cargo-dist 2024-09-08 02:11:49 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:18:14 +05:30
release.toml fix(release): update config for latest cargo-release 2023-01-24 19:26:10 +00:00
rust-toolchain.toml chore: upgrade to Rust 1.80.0 2024-07-28 01:53:46 +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

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.