Options (1)
-w, --webbooleanOpen the search query in the web browser
Example:
gh search {{subcommand}} {{[-w|--web]}} {{query}}Examples (8)
Search for issues with a specific phrase
gh search issues "search_phrase"Search commits by a specific author
gh search commits --author usernameSearch pull requests assigned to yourself that are still open
Search repositories in an organization by topic
gh search repos --owner org_name --topic topic_nameSearch issues without a certain label (Unix-like systems)
gh search issues -- "search_query -label:label_name"Search issues without a certain label (PowerShell)
gh --% search issues -- "search_query -label:label_name"Open the search query in the web browser
gh search subcommand [-w|--web] querymade by @shridhargupta | data from tldr-pages