Skip to content

Conversation

@andrinoff
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 18, 2026 11:39
@andrinoff andrinoff linked an issue Jan 18, 2026 that may be closed by this pull request
@andrinoff andrinoff merged commit 8eb75da into floatpane:master Jan 18, 2026
5 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Homebrew installation documentation for Matcha. It corrects the brew install command to use the full tap path and adds a warning about a potential naming conflict with another package.

Changes:

  • Updated brew install command to use the fully qualified path floatpane/matcha/matcha
  • Added a WARNING callout alerting users about potential naming conflicts with another Matcha package

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

After installation, run:

> [!WARNING]
> If you have the [*"other"* Matcha](https://github.com/piqoni/matcha) already installed, you will have to rename the executable
Copy link

Copilot AI Jan 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The warning message is incomplete. It states that the executable will have to be renamed but doesn't provide any instructions on how to rename it or what to rename it to. Users encountering this conflict will need guidance on the actual steps to resolve the issue.

Suggested change
> If you have the [*"other"* Matcha](https://github.com/piqoni/matcha) already installed, you will have to rename the executable
> If you have the [*"other"* Matcha](https://github.com/piqoni/matcha) already installed, you will have to rename its executable to avoid a name clash with this tool.
> For example, you can locate the existing executable and rename it to `matcha-piqoni`:
>
> ```bash
> # Find the existing "matcha" executable
> which matcha
>
> # Rename it (adjust the path from `which` if different)
> sudo mv "$(which matcha)" /usr/local/bin/matcha-piqoni
> ```
>
> After that, you can run this Matcha as `matcha`, and the other one as `matcha-piqoni`.

Copilot uses AI. Check for mistakes.
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.

For information: Other project named Matcha

1 participant