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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/309f899c9c083ed2ebd7ce74c7733c8f45a618cd?narHash=sha256-Vbtg9w3N5OeZ/lsOBC69B%2B3OA0S2kYcqjO4bIFiYRss%3D' (2024-11-09)
  → 'github:rustsec/advisory-db/509528f6775ad69ab114f1e4b37b4359cae5cef4?narHash=sha256-VsrCHM1gP8YqBTQWBQ0TmFNAFv3lBA0PvtWh8/sA9n4%3D' (2024-11-10)
• Updated input 'fenix':
    'github:nix-community/fenix/87e4581cdfecbac602220fe76c67b37d2d1ee995?narHash=sha256-gZ3m8e176ai%2Bakwiayg7Mve73rcUCD0%2Bl6OMMFhGEYI%3D' (2024-11-09)
  → 'github:nix-community/fenix/e10ba121773f754a30d31b6163919a3e404a434f?narHash=sha256-tIXhc9lX1b030v812yVJanSR37OnpTb/OY5rU3TbShA%3D' (2024-11-16)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/dd9cd22514cb1001a0a2374b36a85eb75245f27b?narHash=sha256-TPeXChHVcaCBAoE349K7OZH4We5/2ys1GgG4IiwjwOs%3D' (2024-11-08)
  → 'github:rust-lang/rust-analyzer/1b90e979aeee8d1db7fe14603a00834052505497?narHash=sha256-uHUUS1WPyW6ohp5Bt3dAZczUlQ22vOn7YZF8vaPKIEw%3D' (2024-11-15)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17)
  → 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b?narHash=sha256-l0KFg5HjrsfsO/JpG%2Br7fRrqm12kzFHyUHqHCVpMMbI%3D' (2024-11-13)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/09a6857718be5887ae224d23af2ea6b185b1ba65?narHash=sha256-fUN2DTMGbwfDNHhUz8vH38cg9YNnatpuVAXSmByksHA%3D' (2024-11-09)
  → 'github:msfjarvis/nixpkgs/c14e6fc1e8f36de4451e69bb7c3fbeb566cd7f9d?narHash=sha256-jYPoX8svDZjSsX22um3plD2Db2PWDZa4TmjX7l43J1c%3D' (2024-11-17)
2024-11-17 00:46:14 +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: adjust flake.lock maintenance schedule 2024-11-09 00:34:03 +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-11-12 00:43:48 +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-11-17 00:46:14 +00:00
flake.nix fix: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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 fix: upgrade to Rust 1.82.0 2024-11-06 11:39:04 +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.