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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/7865e3577ff166a117745b5238094e151ad69cd0?narHash=sha256-bsOSYBwfgw5jPcXHiDTJQKk76AzEMVt7MjUtzR/lmuE%3D' (2024-09-07)
  → 'github:rustsec/advisory-db/7fbf1e630ae52b7b364791a107b5bee5ff929496?narHash=sha256-QifFNLfu5bzKPO4iznCj1h%2BnHhqGZ8NR2Lo7tzh9FRc%3D' (2024-09-09)
• Updated input 'fenix':
    'github:nix-community/fenix/4b8d964df93d1f918ee6c4f003b3548c432cc866?narHash=sha256-5fT%2B96rV7Hx29HG%2B4/oBbr3V%2ByExKuLN2vcBcPbVBlU%3D' (2024-09-07)
  → 'github:nix-community/fenix/8f14b37d4ad9eafd33315ba67faded5c1e1a1044?narHash=sha256-W68/drb51fBhOl/BMOoRlI%2B7qxeoNWGmCZwAyuXVlQY%3D' (2024-09-14)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/08c7bbc2dbe4dcc8968484f1a0e1e6fe7a1d4f6d?narHash=sha256-gNCLk3Zg7JlAwmWbVHTH6f3%2BiqdeQ4fheOotCZy8x5M%3D' (2024-09-06)
  → 'github:rust-lang/rust-analyzer/4221354a8fe90ea8218d3757d14735eac08d3e81?narHash=sha256-0Cb2bK2eyZ1njSX3593USMlcrj94VZprNN1/HllIfgw%3D' (2024-09-13)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/c287b58598e564610bdbe5fce7ff74c208016b92?narHash=sha256-sQL/N5G9JLoXifCZB8aVkreOPoA3r%2BKWz9WaweYN4nc%3D' (2024-09-06)
  → 'github:msfjarvis/nixpkgs/c7fbe9ccb51b149ee0021b94e62fe8eea3dce772?narHash=sha256-WkvHGxuumCLuwOVmUX8R3SwuyDnM%2BVHJbuagO%2BOqUoA%3D' (2024-09-13)
2024-09-15 00:28:57 +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 Revert "feat(ci): disable GHA workflow" 2024-09-12 10:18:14 +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-09 00:38:17 +00:00
Cargo.toml chore(release): bump clipboard-substitutor to version 0.7.8 2024-09-08 02:12:05 +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-15 00:28:57 +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.