pbring 0.2.0

Secure macOS clipboard history daemon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tools]
prek = "latest"

[tasks.dev]
description = "Build debug and restart pbringd"
run = """
#!/usr/bin/env bash
set -euo pipefail

pkill -f 'target/debug/pbringd' 2>/dev/null && sleep 0.5 || true

cargo build

RUST_LOG=pbring=debug ./target/debug/pbringd
"""