| Crates.io | ghs |
| lib.rs | ghs |
| version | 0.1.3 |
| created_at | 2025-12-07 11:37:25.185102+00 |
| updated_at | 2025-12-07 13:01:14.146035+00 |
| description | A terminal UI for GitHub code search |
| homepage | |
| repository | https://github.com/dzejkop/ghs |
| max_upload_size | |
| id | 1971446 |
| size | 746,016 |
A terminal UI for searching GitHub.

cargo install ghs
ghs
Set your GitHub token via environment variable:
export GITHUB_TOKEN=your_token_here
Or create a .env file with:
GITHUB_TOKEN=your_token_here