Copy-paste search patterns for native GitHub-like search, discover mode, structured filters, and scripting.
gitquarry search "rust cli" gitquarry search "vector database"
gitquarry search "vector database" --language rust --sort stars gitquarry search "release automation" --topic cli --updated-within 30d gitquarry search "sdk" --org vercel --min-stars 100
gitquarry search "release automation" --mode discover gitquarry search "graphql client" --mode discover --rank activity gitquarry search --mode discover --topic cli --updated-within 30d --limit 5
gitquarry search "developer portal" \ --mode discover \ --rank blended \ --readme \ --explain
gitquarry search "rust orm" --mode discover --rank quality --limit 10
gitquarry search "rust lsp" --mode discover --rank activity --updated-within 90d
gitquarry search "graphql client" \ --mode discover \ --rank blended \ --weight-query 1.5 \ --weight-activity 0.8 \ --weight-quality 1.2
gitquarry --host https://ghe.example.com search "internal platform"
gitquarry search "rust cli" --format json gitquarry search "rust cli" --format compact gitquarry search "rust cli" --format csv
gitquarry search "language:rust" --language go