CLI-first toolkit with standalone onyx-cli and from-audio - #300
Draft
MaatheusGois wants to merge 2 commits into
Draft
MaatheusGois wants to merge 2 commits into
MaatheusGois wants to merge 2 commits into
Conversation
Launch the GUI only via `onyx gui` or `onyx open`, add a `from-audio` command for Clone Hero/GH5 output, and register the headless onyx-cli executable as its own stack package. Co-authored-by: Cursor <cursoragent@cursor.com>
Add CLI.md, link it from the Haskell README and BUILD guide, and note the changes in CHANGES.md. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
onyxwith no arguments; launch the GUI viaonyx guioronyx openonyx-clistack package for headless builds without FLTK/GUI dependenciesfrom-audiocommand to create Clone Hero (.zip) or GH Warriors of Rock packages from a single audio filescripts/gh-from-audio.shas a thin wrapper aroundonyx-cli from-audiohaskell/CLI.md, with links fromBUILD.mdandREADME.mdTest plan
cd haskell && ./stack-local build onyx-clisucceeds on macOS/Linux/Windowsonyx-cliwith no args prints helponyx-cli from-audio test.wav --to out.zipproduces a Clone Hero zip withsong.ini,notes.chart, and audioonyx guistill launches the graphical toolkit./scripts/gh-from-audio.sh test.wav --to out.zipdelegates toonyx-cli from-audioMade with Cursor