blog: announce bluefin-cli for Mac and Windows (WSL)#666
blog: announce bluefin-cli for Mac and Windows (WSL)#666castrojo merged 2 commits intoprojectbluefin:mainfrom
Conversation
Add announcement post for the cross-platform alpha release of bluefin-cli, available via brew install ublue-os/tap/bluefin-cli on macOS, Linux, and Windows (WSL/PowerShell). Assisted-by: Claude Sonnet 4.6 via OpenCode
There was a problem hiding this comment.
Code Review
This pull request adds a new blog post announcing the cross-platform alpha of bluefin-cli for macOS, Linux, and Windows. The post is well-structured and provides a good overview of the tool, its features, and installation instructions. I have one suggestion to improve the clarity of the shell setup commands to prevent potential user error and shell misconfiguration.
| bluefin-cli shell bash on | ||
| # or | ||
| bluefin-cli shell zsh on | ||
| # or | ||
| bluefin-cli shell fish on |
There was a problem hiding this comment.
The current presentation of shell setup commands for bash, zsh, and fish in a single code block could be confusing. A user might copy-paste the entire block, inadvertently running all three setup commands, which could lead to a misconfigured shell environment. To prevent this, it's better to provide a single, clear instruction that requires user action to choose their shell.
| bluefin-cli shell bash on | |
| # or | |
| bluefin-cli shell zsh on | |
| # or | |
| bluefin-cli shell fish on | |
| # Replace "yourshell" with "bash", "zsh", or "fish" | |
| bluefin-cli shell yourshell on |
Updated the title and improved the content for clarity and engagement. Added details about the cross-platform capabilities and installation instructions.
Announcement post for the cross-platform alpha of
bluefin-cli.Covers:
brew install ublue-os/tap/bluefin-clion macOS, Linux, and Windows (WSL/PowerShell)Based on the existing content at
/command-line(the h2 section at line 73).Draft — needs your edits before merging.