You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
On the /cli route, there is a brew install command (brew install open-sauced/tap/pizza) that users currently need to select manually to copy. To improve usability, I propose adding a "click-to-copy" feature, where clicking the command will automatically copy it to the clipboard.
Problem
Manually selecting and copying the command is less convenient for users, especially if they need to do this multiple times. By enabling a click-to-copy function, we can streamline this process.
Solution
Implement a click-to-copy feature on the brew install command so that when users click on it, the command is copied to their clipboard automatically. This would make the CLI page more user-friendly and improve the user experience.
Benefits
Simplifies the user experience by allowing one-click copying.
Reduces the chance of errors when manually selecting the command.
Aligns with best practices for user-friendly CLI installation instructions.