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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/9d024c07ee8c18609b43436bc865abf46636e250?narHash=sha256-9wYR5NZIgI%2BqzMDlJrUzevR31fvFQRgfjlYp50Xp3Ts%3D' (2024-07-26)
  → 'github:rustsec/advisory-db/1d209d3f18c740f104380e988b5aa8eb360190d1?narHash=sha256-Q/TeuIV610BJ39UkP4zRm6pG6BWEaOCih/WXNR2V9rk%3D' (2024-08-08)
• Updated input 'crane':
    'github:ipetkov/crane/852a59f9672c3413d75bca2b3e9cb4c661cacfc3?narHash=sha256-lcut8uZMSa80z%2BaWpxg%2B9nM8BKWtpU59rtcpMXtHd1Q%3D' (2024-08-03)
  → 'github:ipetkov/crane/4c6c77920b8d44cd6660c1621dea6b3fc4b4c4f4?narHash=sha256-NhCkJJQhD5GUib8zN9JrmYGMwt4lCRp6ZVNzIiYCl0Y%3D' (2024-08-06)
• Updated input 'fenix':
    'github:nix-community/fenix/69c2c0c3c2f56314966dae21d79274515b228482?narHash=sha256-3v7m4hrV5kJjlV%2B0cCNnwOMDipnL5u9WDtDm38ySfl8%3D' (2024-08-03)
  → 'github:nix-community/fenix/ca0a8350f4c278204475112dd600ba6f0d09110e?narHash=sha256-IUnCQ0xo0sJRhHbsXVDQ9ULpiQrkxbavmVOilhAXdlk%3D' (2024-08-10)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/aa00ddcf654a35ba0eafe17247cf189958d33182?narHash=sha256-OYDIo1Iqb6ldcC6JdqzKAKSRiXjDOwOAJKKMH8OZutk%3D' (2024-08-02)
  → 'github:rust-lang/rust-analyzer/56f63dfd8aeebf80e3fc87894fa3d5a40f98a329?narHash=sha256-UdydOPxlUpEE%2BuparyCgxTCSumwCn2URpxPm70G1K%2BQ%3D' (2024-08-09)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/37fde53e0a252100e2b824d12560f424b890106a?narHash=sha256-mm%2BrTrVaBA8dku0ADXuTYA6My%2BZMiX1bxKVGb7MjV90%3D' (2024-08-03)
  → 'github:msfjarvis/nixpkgs/d6eddcc100eb2e0c5052ac4aa3455735afd6e2b4?narHash=sha256-qt/wdaR6TOxvOIWa1n9wEUrY75HEtH39Y4BrR0N0O6w%3D' (2024-08-10)
2024-08-11 00:26:40 +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: run flake.lock maintenance earlier 2023-11-26 11:06:57 +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-08-08 01:58:44 +00:00
Cargo.toml fix(deps): update serde monorepo to 1.0.200 2024-05-01 18:13:25 +00:00
default.nix fix(flakes): adjust flake-compat URL 2023-06-25 12:29:14 +05:30
flake.lock flake.lock: Update 2024-08-11 00:26:40 +00:00
flake.nix chore(nix): remove non-existent flake input 2024-08-10 01:37:08 +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 chore: fix Garnix badge 2023-10-29 23:10:11 +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 Built with Garnix

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.