Skip to content

(maybe) Replace just with cargo xtask#914

Draft
kixelated wants to merge 5 commits intomainfrom
xtask
Draft

(maybe) Replace just with cargo xtask#914
kixelated wants to merge 5 commits intomainfrom
xtask

Conversation

@kixelated
Copy link
Collaborator

No description provided.

claude and others added 5 commits February 5, 2026 18:03
This adds a pure Rust task runner using the cargo-xtask pattern,
which requires no additional dependencies beyond Rust itself.

Commands are now more expressive with proper subcommands:
- `cargo xtask pub fmp4 bbb` instead of `just pub bbb`
- `cargo xtask pub hls bbb` instead of `just pub-hls bbb`
- `cargo xtask auth key` instead of `just auth-key`
- `cargo xtask serve hls bbb` instead of `just serve-hls bbb`

All existing just commands are supported via xtask equivalents.

https://claude.ai/code/session_01VVPt25Sduerr9A8aFvRXtt
- Renamed rs/xtask to rs/x for brevity
- Added ./x shell script for easy invocation
- Now run tasks with `./x check` or `cargo x check`

https://claude.ai/code/session_01VVPt25Sduerr9A8aFvRXtt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants