Metadata-Version: 2.4
Name: gh-search-cli
Version: 0.1.0
Summary: Search GitHub from the command line.
Author-email: Elvis Kahoro <github@elvis.ai>
License-Expression: MIT
Project-URL: Homepage, https://github.com/clarissecheung/github-search-cli
Project-URL: Repository, https://github.com/clarissecheung/github-search-cli
Project-URL: Issues, https://github.com/clarissecheung/github-search-cli/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: <3.14,>=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: typer>=0.15
Dynamic: license-file

# gh-search-cli

Search GitHub from the command line.

Distributed on PyPI as `gh-search-cli`; the installed command is
`github-search`. The names differ because both `github-search-cli` and
`github-search` were already claimed on PyPI by unrelated projects, and
`gh-search` is an existing package that ships a `gh-search` binary.

## Install

```shell
uv tool install gh-search-cli
```

## Usage

```shell
github-search --help
```

The command tree is self-documenting — run `--help` on any subcommand rather
than trusting a copy of it here.

## Development

See `AGENTS.md` for repo conventions. In short: `uv sync` to install,
`uv run pytest` to test, `trunk check` to lint.

## License

MIT
