feat(completions): add Zsh, Bash, and Fish autocompletions with automated installer setup#659
Open
weby-homelab wants to merge 59 commits into
Open
Conversation
- Add README translations in Chinese, Spanish, French, Portuguese, Ukrainian, and German - Add a unified language switcher to all README variants to easily navigate between locales - Preserved identical code blocks, links, and layout structure across all variants
…ve README - Add official install scripts (install.sh, install.ps1, install.cmd) - Add Makefile with install/update/uninstall/check/run targets - Add .antigravity.md project config template - Add .gitignore for binaries and temp files - Rewrite README with full usage guide, configuration, migration from Gemini CLI Closes #0
feat: add install scripts, Makefile, config template, and comprehensive README
- Add manifests and binaries under the packages/ directory for all supported platforms - Modify install.sh, install.ps1, and install.cmd to prioritize local package files if present, facilitating instant and completely offline setups - Allow tracking of packages in .gitignore
- Centered badges, demo GIF, and title for a clean premium header section - Structured configuration guides with clear examples - Added modern callout boxes (Shields/GitHub alerts) - Kept ALT tags on all images for accessibility
feat: integrate pre-downloaded platform binaries for offline setup
docs: modernize README.md layout and styling
feat(install): migrate local binaries to release assets and update installers
fix(install): fix unbound DOWNLOADER variable in install.sh
…ad fork release assets
docs: resolve installer URLs and clarify offline setup in README
fix(install): point DOWNLOAD_BASE_URL to raw GitHub of fork to download fork release assets
docs: polish terminology and Ukrainian grammar in README.md
docs: add comprehensive legal disclaimers to README
feat: upgrade to v1.0.3 and add multi-language README support
docs: expand tagline and translate complete README into all supported languages
docs: correct settings.json path and schema fields
…ion for cross-platform scripts
Redesign statusline with Nerd Font styling
feat: upgrade to v1.0.4 and update manifests
chore: upgrade to v1.0.5
feat(statusline): add quota reset time to progress bar displays
…-design style(statusline): change quota layout to use pipes and hourglass emoji
chore: upgrade to v1.0.8 & add statusline links
Upgrade to v1.1.0 and update manifests
… in settings.json
…settings fix(installer): preserve existing statusline/title config
Upgrade to v1.1.5 and update manifests
…ated installer support
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.
Summary of Changes
agy(Bash, Zsh, Fish) inexamples/completions/.install.shto automatically detect shell environment and install completions to~/.zsh/completions/,~/.local/share/bash-completion/completions/, or~/.config/fish/completions/.755for directories,644for files) to resolve Zshinsecure directorieswarnings duringcompinit.