Open
Conversation
OfficeCLI is a CLI tool for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, Apache-2.0. - Homepage: https://www.officecli.ai - GitHub: https://github.com/iOfficeAI/OfficeCLI (1600+ stars)
bevanjkay
reviewed
Apr 10, 2026
|
|
||
| binary "officecli-mac-#{arch}", target: "officecli" | ||
|
|
||
| # No zap needed — config lives in ~/.officecli/ but is shared with non-brew installs |
Member
There was a problem hiding this comment.
This should still be included in the zap stanza.
A user only adds --zap to brew uninstall if they desire to remove all preference/config files from the application on uninstall.
| end | ||
|
|
||
| auto_updates true | ||
| container type: :naked |
Member
There was a problem hiding this comment.
Have you tried without the container stanza, it should be automatically detected.
Comment on lines
+17
to
+21
| livecheck do | ||
| url :url | ||
| strategy :github_latest | ||
| end | ||
|
|
Member
There was a problem hiding this comment.
The livecheck stanza is likely unnecessary, as the upstream repository does not seem to utilise GitHub pre-releases or have tags without releases. The default livecheck should suffice.
Suggested change
| livecheck do | |
| url :url | |
| strategy :github_latest | |
| end |
Comment on lines
+1
to
+3
| # typed: strict | ||
| # frozen_string_literal: true | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| # typed: strict | |
| # frozen_string_literal: true |
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.
OfficeCLI is the first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files.
auto_updates true)