Loading...
Loading...
Search and download specific files/folders from GitHub repositories directly from terminal using ghgrab, without full clone. Covers install, interactive browsing, release asset download, and automation-safe usage patterns.
npx skill4agent add akillness/oh-my-skills ghgrabcommand -v ghgrab || true# npm
npm install -g @ghgrab/ghgrab
# cargo
cargo install ghgrab
# pipx
pipx install ghgrabghgrab --help# interactive home
ghgrab
# open repo directly
ghgrab https://github.com/OWNER/REPO# Browse then cherry-pick files
ghgrab https://github.com/rust-lang/rust
# Start home and search repos interactively
ghgrabwhich ghgrab