.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-repo-search - Search for GitLab repositories and projects by name. .SH SYNOPSIS \fBglab repo search [flags]\fP .SH DESCRIPTION Searches every project visible to you for a string in the project name. Provide the query with \fB--search\fR, and use \fB-F json\fR for machine-readable output. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=20 Number of items to list per page. .PP \fB-s\fP, \fB--search\fP="" A string contained in the project name. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX glab project search -s "title" glab repo search -s "title" glab project find -s "title" glab project lookup -s "title" .EE .SH SEE ALSO \fBglab-repo(1)\fP