Githubsearch
GitHub search
Install / Use
/learn @craftslab/GithubsearchREADME
githubsearch
Introduction
GitHub Search is a GitHub search tool written in Go.
Feature
GitHub Search supports:
Usage
usage: githubsearch --api=API --config=CONFIG --output=OUTPUT --qualifier=QUALIFIER --search=SEARCH [<flags>]
GitHub Search
Flags:
--help Show context-sensitive help (also try --help-long
and --help-man).
--version Show application version.
-a, --api=API API type, format: graphql or rest
-c, --config=CONFIG Config file, format: .json
-o, --output=OUTPUT Output file, format: .json
-q, --qualifier=QUALIFIER Qualifier list, format:
{qualifier}:{query},{qualifier}:{query},...
-s, --search=SEARCH Search list, format: code:{text} or repo:{text}
-q/--qualifier: See "Searching on GitHub" for a complete list of available qualifiers, their format,
and an example of how to use them.
Setting
GitHub Search parameters can be set in the directory config.
An example of configuration in search.json:
{
"rest": {
"order": "desc",
"page": 2,
"per_page": 10,
"sort": "stars"
}
}
Running
githubsearch \
--api="rest" \
--config="config/search.json" \
--output="output.json" \
--qualifier="in:file,language:go,repo:githubsearch,user:craftslab" \
--search="code:runSearch"
githubsearch \
--api="rest" \
--config="config/search.json" \
--output="output.json" \
--qualifier="language:go,user:craftslab" \
--search="repo:githubsearch"
License
Project License can be found here.
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
