Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 780 Bytes

File metadata and controls

18 lines (14 loc) · 780 Bytes

Changelog

v1.0.0 — 2026-02-27

Initial release.

Features

  • graphql.sh — Run arbitrary GraphQL queries with variable support
  • search_repos.sh — Search repositories by keyword, language, stars, topic
  • repo_info.sh — Detailed repository information (stars, forks, languages, releases)
  • user_info.sh — User and organization profile lookup with pinned repos
  • org_repos.sh — List organization repositories with sorting and filtering
  • search_issues.sh — Search issues and PRs by query, state, labels, repo
  • rate_limit.sh — Check GraphQL API rate limit status
  • _common.sh — Shared helpers (auth check, error handling)
  • All scripts support --help and --json output modes
  • GraphQL patterns reference guide included