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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/f3460e5ed91658ab94fa41908cfa44991f9f4f02?narHash=sha256-9xJoP1766XJSO1Qr0Lxg2P6dwPncTr3BJYlFMSXBd/E%3D' (2024-11-01)
  → 'github:rustsec/advisory-db/309f899c9c083ed2ebd7ce74c7733c8f45a618cd?narHash=sha256-Vbtg9w3N5OeZ/lsOBC69B%2B3OA0S2kYcqjO4bIFiYRss%3D' (2024-11-09)
• Updated input 'crane':
    'github:ipetkov/crane/8658adcdad49b8f2c6cbf0cc3cb4b4db988f7638?narHash=sha256-Fvieht4pai%2BWey7terllZAKOj0YsaDP0e88NYs3K/Lo%3D' (2024-11-01)
  → 'github:ipetkov/crane/ef80ead953c1b28316cc3f8613904edc2eb90c28?narHash=sha256-HQkYvKvaLQqNa10KEFGgWHfMAbWBfFp%2B4cAgkut%2BNNE%3D' (2024-11-08)
• Updated input 'fenix':
    'github:nix-community/fenix/fff718e230e40b8202d7be6223c13492bb0010a8?narHash=sha256-5gC0y6cKXKQvumK4jOhKyjVsYqQ7EOcWKNtKB8UiP74%3D' (2024-11-02)
  → 'github:nix-community/fenix/87e4581cdfecbac602220fe76c67b37d2d1ee995?narHash=sha256-gZ3m8e176ai%2Bakwiayg7Mve73rcUCD0%2Bl6OMMFhGEYI%3D' (2024-11-09)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/d1fbfc676bf91f44de6a19c86435ac4dbd390549?narHash=sha256-9X/n9cC50NGVQVcfhOZPd26XGPR7GRxZhCo6z0Fclbo%3D' (2024-11-01)
  → 'github:rust-lang/rust-analyzer/dd9cd22514cb1001a0a2374b36a85eb75245f27b?narHash=sha256-TPeXChHVcaCBAoE349K7OZH4We5/2ys1GgG4IiwjwOs%3D' (2024-11-08)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/60210c68d2825de4d9fe6e4931cb6fe0b3807fca?narHash=sha256-6JxVZPEGM622ebZNDuzojudYr4nbUbtkNT8YmcMTqsk%3D' (2024-11-01)
  → 'github:msfjarvis/nixpkgs/09a6857718be5887ae224d23af2ea6b185b1ba65?narHash=sha256-fUN2DTMGbwfDNHhUz8vH38cg9YNnatpuVAXSmByksHA%3D' (2024-11-09)
2024-11-10 00:46:08 +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-09 00:33: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-10 00:46:08 +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.