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

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/fe4d5979b34444815287d61bd2a4e193cebbc7a6?narHash=sha256-xuj7Ye3Y2EgunLiEEV5zYxUQuLTURV5mgbXDB1fA7h8%3D' (2024-08-27)
  → 'github:rustsec/advisory-db/7865e3577ff166a117745b5238094e151ad69cd0?narHash=sha256-bsOSYBwfgw5jPcXHiDTJQKk76AzEMVt7MjUtzR/lmuE%3D' (2024-09-07)
• Updated input 'crane':
    'github:ipetkov/crane/96fd12c7100e9e05fa1a0a5bd108525600ce282f?narHash=sha256-CB20rDD5eHikF6mMTTJdwPP1qvyoiyyw1RDUzwIaIF8%3D' (2024-08-31)
  → 'github:ipetkov/crane/7e4586bad4e3f8f97a9271def747cf58c4b68f3c?narHash=sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk%3D' (2024-09-04)
• Updated input 'fenix':
    'github:nix-community/fenix/0df8ceddac0e11b695fd622e18908724cc478552?narHash=sha256-0BQ6BZPaDq8rtEIdTduF2OPlQUKEkImKI8oysym9EVM%3D' (2024-08-31)
  → 'github:nix-community/fenix/4b8d964df93d1f918ee6c4f003b3548c432cc866?narHash=sha256-5fT%2B96rV7Hx29HG%2B4/oBbr3V%2ByExKuLN2vcBcPbVBlU%3D' (2024-09-07)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/9fd70519507b673fae250f84b0990e7e8155ca98?narHash=sha256-h8Pn1th2bss7yXvxs1uR1kXYMTNej1L6Qy/GgsR4t3A%3D' (2024-08-30)
  → 'github:rust-lang/rust-analyzer/08c7bbc2dbe4dcc8968484f1a0e1e6fe7a1d4f6d?narHash=sha256-gNCLk3Zg7JlAwmWbVHTH6f3%2BiqdeQ4fheOotCZy8x5M%3D' (2024-09-06)
• Updated input 'nixpkgs':
    'github:msfjarvis/nixpkgs/e001e2d7cf61560752592940276fbba488427deb?narHash=sha256-WeobIE76c8RkEITGUyHtR54QoZ4B2kil2QqcBX93DBU%3D' (2024-08-31)
  → 'github:msfjarvis/nixpkgs/c287b58598e564610bdbe5fce7ff74c208016b92?narHash=sha256-sQL/N5G9JLoXifCZB8aVkreOPoA3r%2BKWz9WaweYN4nc%3D' (2024-09-06)
2024-09-08 00:28:06 +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(deps): update dependency ubuntu to v22 2024-09-07 20:42:28 +00:00
.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(release): bump clipboard-substitutor to version 0.7.8 2024-09-08 02:12:05 +05:30
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-08 00:28:06 +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 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.