A command-line tool for searching GitHub repositories, code, issues, and more. Current version 0.9.2, requires Python >=3.12. Released sporadically; latest updates focus on maintenance and bug fixes.
pip install gh-searchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a GitHub code search via the CLI using subprocess. For direct Python usage, invoke the module with sys.argv.
Upgrade Python to >=3.12 or use gh-search <0.9.0 (which supports Python 3.7–3.11).
Set environment variable GITHUB_TOKEN to a token with appropriate scopes, or use the --token option.
Use --query or --AND instead. See documentation for new search syntax.
No dependency data recorded yet.