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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/509528f6775ad69ab114f1e4b37b4359cae5cef4?narHash=sha256-VsrCHM1gP8YqBTQWBQ0TmFNAFv3lBA0PvtWh8/sA9n4%3D' (2024-11-10)
  → 'github:rustsec/advisory-db/8e353a172f1baf11c0c917cfc9ae3c5eff8b9d06?narHash=sha256-HSx5EDsO07KULW4bNPVeGVAfpQqzwwS005vqISdOzNg%3D' (2024-11-17)
• Updated input 'crane':
    'github:ipetkov/crane/ef80ead953c1b28316cc3f8613904edc2eb90c28?narHash=sha256-HQkYvKvaLQqNa10KEFGgWHfMAbWBfFp%2B4cAgkut%2BNNE%3D' (2024-11-08)
  → 'github:ipetkov/crane/f2b4b472983817021d9ffb60838b2b36b9376b20?narHash=sha256-qJOGDT6PACoX%2BGbNH2PPx2ievlmtT1NVeTB80EkRLys%3D' (2024-11-24)
• Updated input 'fenix':
    'github:nix-community/fenix/e10ba121773f754a30d31b6163919a3e404a434f?narHash=sha256-tIXhc9lX1b030v812yVJanSR37OnpTb/OY5rU3TbShA%3D' (2024-11-16)
  → 'github:nix-community/fenix/cb6515f398908e1c74dea085e72b3e3a0a81c6e2?narHash=sha256-IuOzr1HjFK8RxeDITfe1LQKgbUjgqlgeGc8jf9tKAuY%3D' (2024-11-23)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/1b90e979aeee8d1db7fe14603a00834052505497?narHash=sha256-uHUUS1WPyW6ohp5Bt3dAZczUlQ22vOn7YZF8vaPKIEw%3D' (2024-11-15)
  → 'github:rust-lang/rust-analyzer/c0bbbb3e5d7d1d1d60308c8270bfd5b250032bb4?narHash=sha256-G5LUEOC4kvB/Xbkglv0Noi04HnCfryur7dVjzlHkgpI%3D' (2024-11-19)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/c14e6fc1e8f36de4451e69bb7c3fbeb566cd7f9d?narHash=sha256-jYPoX8svDZjSsX22um3plD2Db2PWDZa4TmjX7l43J1c%3D' (2024-11-17)
  → 'github:msfjarvis/nixpkgs/1c23d1469ea39a3a01c0f51b05de28f9272c8302?narHash=sha256-It55K4r/2Xg25oxFrg/tZ2jfhWdjey/uE8tYz2mbDhc%3D' (2024-11-19)
2024-11-24 00:46:16 +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-22 01:14:00 +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-24 00:46:16 +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.