Document early alpha bluefin-cli for cross-platform use#662
Merged
Conversation
Added information about the early alpha `bluefin-cli` app for cross-platform usage.
Contributor
There was a problem hiding this comment.
Code Review
The pull request adds documentation for the bluefin-cli cross-platform application. I've suggested a change to improve the readability and correctness of the new section. The suggestion fixes a typo, formats the installation command in a code block for easy copying, and improves the link for providing feedback.
|
|
||
| # Not on Bluefin? | ||
|
|
||
| No problem! We have an early alpha `bluefin-cli` cross-platform app brewing at `brew install ublue-os/tap/bluefin-cli` it should work on MacOS, any Linux, Windows (WSL+PowerShell). you can use it to grab Bluefin artwork and to bring all this Bluefin command line goodness to a terminal near you. Please open issus with feedback at https://github.com/hanthor/bluefin-cli/issues/new |
Contributor
There was a problem hiding this comment.
This paragraph contains a typo (issus instead of issues) and is a bit hard to read. The suggested change improves readability by breaking up the text, placing the installation command in a dedicated code block for easy copying, and formatting the feedback URL as a proper markdown link.
Suggested change
| No problem! We have an early alpha `bluefin-cli` cross-platform app brewing at `brew install ublue-os/tap/bluefin-cli` it should work on MacOS, any Linux, Windows (WSL+PowerShell). you can use it to grab Bluefin artwork and to bring all this Bluefin command line goodness to a terminal near you. Please open issus with feedback at https://github.com/hanthor/bluefin-cli/issues/new | |
| No problem! We have an early alpha `bluefin-cli` cross-platform app brewing. It should work on MacOS, any Linux, and Windows (WSL+PowerShell). You can use it to grab Bluefin artwork and to bring all this Bluefin command line goodness to a terminal near you. | |
| To install, run: | |
| ```sh | |
| brew install ublue-os/tap/bluefin-cli |
Please open issues with feedback.
Added information about `bluefin-cli` for Mac and Windows users, including installation instructions and feedback link.
castrojo
approved these changes
Mar 12, 2026
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.
Added information about the early alpha
bluefin-cliapp for cross-platform usage.