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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/7fbf1e630ae52b7b364791a107b5bee5ff929496?narHash=sha256-QifFNLfu5bzKPO4iznCj1h%2BnHhqGZ8NR2Lo7tzh9FRc%3D' (2024-09-09)
  → 'github:rustsec/advisory-db/3cae2352cf82b5815b98aa309e0f4df6aa737cec?narHash=sha256-V5193OeAuy0smfeOF2omeJXk%2Bkq%2BtlEzcpk2MrUpai0%3D' (2024-09-16)
• Updated input 'fenix':
    'github:nix-community/fenix/8f14b37d4ad9eafd33315ba67faded5c1e1a1044?narHash=sha256-W68/drb51fBhOl/BMOoRlI%2B7qxeoNWGmCZwAyuXVlQY%3D' (2024-09-14)
  → 'github:nix-community/fenix/18eefba7fd0bf03e115785948758a44125a9fd68?narHash=sha256-v3r7yJY8YE4HAzD5DXOxLkzj8YZKQ0xuccp9yppGW1U%3D' (2024-09-21)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/4221354a8fe90ea8218d3757d14735eac08d3e81?narHash=sha256-0Cb2bK2eyZ1njSX3593USMlcrj94VZprNN1/HllIfgw%3D' (2024-09-13)
  → 'github:rust-lang/rust-analyzer/94b526fc86eaa0e90fb4d54a5ba6313aa1e9b269?narHash=sha256-nCmG4NJpwI0IoIlYlwtDwVA49yuspA2E6OhfCOmiArQ%3D' (2024-09-15)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11)
  → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/c7fbe9ccb51b149ee0021b94e62fe8eea3dce772?narHash=sha256-WkvHGxuumCLuwOVmUX8R3SwuyDnM%2BVHJbuagO%2BOqUoA%3D' (2024-09-13)
  → 'github:msfjarvis/nixpkgs/fe459494c0f13831d18b16ffdb2e1362c85e8d29?narHash=sha256-lal2bqx30Zcc5d8CZZynuWoQyg7hJmHzMOdrmVKs64k%3D' (2024-09-21)
2024-09-22 00:29:12 +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-09-17 02:11:12 +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-09-22 00:29:12 +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.