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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/3cae2352cf82b5815b98aa309e0f4df6aa737cec?narHash=sha256-V5193OeAuy0smfeOF2omeJXk%2Bkq%2BtlEzcpk2MrUpai0%3D' (2024-09-16)
  → 'github:rustsec/advisory-db/cb905e6e405834bdff1eb1e20c9b10edb5403889?narHash=sha256-2csMEEOZhvowVKZNBHk1kMJqk72ZMrPj9LQYCzP6EKs%3D' (2024-09-26)
• Updated input 'crane':
    'github:ipetkov/crane/7e4586bad4e3f8f97a9271def747cf58c4b68f3c?narHash=sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk%3D' (2024-09-04)
  → 'github:ipetkov/crane/5b03654ce046b5167e7b0bccbd8244cb56c16f0e?narHash=sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE%3D' (2024-09-26)
• Updated input 'fenix':
    'github:nix-community/fenix/18eefba7fd0bf03e115785948758a44125a9fd68?narHash=sha256-v3r7yJY8YE4HAzD5DXOxLkzj8YZKQ0xuccp9yppGW1U%3D' (2024-09-21)
  → 'github:nix-community/fenix/05848315f6849b29bb538bf3c646a07cb1492548?narHash=sha256-rkyXU40J/D4ZJtigMRlZ%2B6uHsr60mseWkaUFeL%2B7NKk%3D' (2024-09-28)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/94b526fc86eaa0e90fb4d54a5ba6313aa1e9b269?narHash=sha256-nCmG4NJpwI0IoIlYlwtDwVA49yuspA2E6OhfCOmiArQ%3D' (2024-09-15)
  → 'github:rust-lang/rust-analyzer/546339a7be357b3e95fc4b79a8816dce540d477b?narHash=sha256-jrr8r2CT9jsi6XDTTX%2BE39/CakTcQ9RYRp6rWGzLkk0%3D' (2024-09-27)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/fe459494c0f13831d18b16ffdb2e1362c85e8d29?narHash=sha256-lal2bqx30Zcc5d8CZZynuWoQyg7hJmHzMOdrmVKs64k%3D' (2024-09-21)
  → 'github:msfjarvis/nixpkgs/7caa3199bbfd8b381329946f4879fb34db77de5d?narHash=sha256-iEUy2tqk6AbshxozjWqG4jjKZcvtNu0nsRpDq/ybJsE%3D' (2024-09-28)
2024-09-29 00:29:49 +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-09-28 00:18:54 +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-09-29 00:29:49 +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.