Add stew package manager detection and docs updates - #56
Open
jelloeater-agent wants to merge 1 commit into
Open
Conversation
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.
This PR adds full detection for the NAME:
stew
USAGE:
[global options] command [command options] [arguments...]
VERSION:
v0.6.0
COMMANDS:
install, i Install a binary. The input can be a GitHub repo or a URL. [Ex: stew install marwanhawari/ppath]
search, s Search for a GitHub repo then browse the selected repo's releases and assets. [Ex: stew search ripgrep]
browse, b Browse the releases and assets from a GitHub repo. [Ex: stew browse marwanhawari/ppath]
upgrade, up Upgrade a binary to the latest available in the GitHub repo. Use the name of the installed binary. [Ex: stew upgrade fzf]
uninstall, un Uninstall a binary. Use the name of the installed binary. [Ex: stew uninstall fzf]
rename, re Rename an installed binary using an interactive UI. [Ex: stew rename fzf]
list, ls List installed binaries [Ex: stew list]
config Configure stew using an interactive UI. [Ex: stew config]
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version package manager in , updates the manager chain order, and refreshes documentation (CLAUDE.md, docs/design/updating.md, ARCHITECTURE.md). All updater tests now pass and cross‑compilation succeeds. The only failing test in the suite is unrelated to the updater changes.