alpha
Login
or
Join now
tsiry-sandratraina.com
/
zerod
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Headless Rust gRPC daemon to drive Bluetooth, HLS/DASH playback, and snapcast/shairport-sync/squeezelite on Raspberry Pi audio rigs.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zerod
/
.github
2 folders
at
42d7d47fe72ea29d28f77f85a3cf72b4402a20e4
Tsiry Sandratraina
Style clap help with Charm-inspired neon violet palette
6w ago
f4faf6ee
assets
Style clap help with Charm-inspired neon violet palette Adds RGB-color Styles to the clap derive entry point so the help menu picks up Charm's signature purple-violet-blue (#7D56F4) on headers/usage, brighter violet on commands/flags, and soft lavender on placeholders. Drops in a preview screenshot at the top of the README.
1 month ago
workflows
Add GitHub Actions release workflow Tagging a `v*` release now fans out across five build jobs and uploads prebuilt tarballs (+ sha256) to the GitHub release: - macOS: aarch64-apple-darwin, x86_64-apple-darwin (native cargo build via dtolnay/rust-toolchain + brew protoc) - Linux: x86_64 / aarch64 / armhf (cross + docker buildx; the per-target Dockerfile handles protoc 25.1 + multiarch dev libs) taiki-e/install-action installs cross from the prebuilt binary so we skip the cold cargo install. Swatinem/rust-cache keyed per target. softprops/action-gh-release@v2 attaches the artifacts with fail_on_unmatched_files so a missing build fails the release. README gains an "Install → From a release tarball" section with a curl one-liner pointing at github.com/tsirysndr/zerod (the GitHub mirror used for CI/releases; tangled.org/tsiry-sandratraina.com/zerod remains the canonical source host).
1 month ago