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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/57c4a0ce3a1a3cdbf9e7eaa16b5441345de50d13?narHash=sha256-%2BEO3jis98fMzG2/JPeFcmWgDxxm4RO0q/TSxiXHoAFs%3D' (2024-10-14)
  → 'github:rustsec/advisory-db/c586bd65ec3543e2fe2f21e358f0645220822325?narHash=sha256-Fgyr39xQ0tmGhA9aEZW0onvH8QMKXU5osr48Hz4wvp4%3D' (2024-10-25)
• Updated input 'crane':
    'github:ipetkov/crane/fa8b7445ddadc37850ed222718ca86622be01967?narHash=sha256-Mb5SemVsootkn4Q2IiY0rr9vrXdCCpQ9HnZeD/J3uXs%3D' (2024-10-18)
  → 'github:ipetkov/crane/f235b656ee5b2bfd6d94c3bfd67896a575d4a6ed?narHash=sha256-8AHZZXs1lFkERfBY0C8cZGElSo33D/et7NKEpLRmvzo%3D' (2024-10-24)
• Updated input 'fenix':
    'github:nix-community/fenix/2853e7d9b5c52a148a9fb824bfe4f9f433f557ab?narHash=sha256-bRo4xVwUhvJ4Gz%2BOhWMREFMdBOYSw4Yi1Apj01ebbug%3D' (2024-10-19)
  → 'github:nix-community/fenix/e831b4d256526cc56bd37c7c579842866410bebc?narHash=sha256-ZhDqOYZwx0kYg1vPrmZ2fJm/wem739eNSSK%2BGlzdeqA%3D' (2024-10-26)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/72b214fbfbe6f7b95a7877b962783bd42062cc0a?narHash=sha256-yODOuZxBkS0UfqMa6nmbqNbVfIbsu0tYLbV5vZzmsqI%3D' (2024-10-18)
  → 'github:rust-lang/rust-analyzer/f4466718b838de706d74e2c13f20a41c034d87a5?narHash=sha256-6I3gJLnOLnUIWFUlEnvC0FdzX8Xwu%2By3Vo0q4VB6Wbk%3D' (2024-10-25)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/7a3a389c4c9eec83a2d2c59933ef5a57e71fad8f?narHash=sha256-dAAoq2gB7NuDDqJtZXbnbBg6RYp7qpCItQTmNAaNG0g%3D' (2024-10-19)
  → 'github:msfjarvis/nixpkgs/70bad62e04b9c2ec1a7bb65ed1fc76bb47ae219b?narHash=sha256-gFRLAQ9eg/wWXMyf5qwiOlVXC2%2B6AnkuYE/k5oGUvvY%3D' (2024-10-26)
2024-10-27 00:29:48 +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-25 01:44:32 +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-27 00:29:48 +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.