Restrict search
in keyword to limit the search scope
command |
Description |
---|---|
xxx in:name |
The project name contains xxx |
xxx in:description |
Project description contains xxx |
xxx in:readme |
The project s readme file contains xxx |
xxx in:name,desciption | The project name contains xxx and the project description contains xxx |
Range search
Keyword search by number of stars or fork
command |
Description |
---|---|
springboot stars:>=666 |
To find a springboot project with stars not less than 666 |
springboot forks:>500 |
forks greater than 500 |
springboot forks:100..200 stars:80..100 | Find a springboot project whose fork is between 100 and 200 and the number of stars is between 80 and 100 |
awesome enhanced search
command |
Description |
---|---|
awesome springcloud | Find excellent springcloud projects |
Search within the project
Open the item you want to search, and then press the T
button, it will jump to the search list page
Highlight one or more lines of code
Point out the line number of the key code to others
Address + #L number
command |
Description |
---|---|
#L18 | Highlight the code on line 18 |
#L18-L30 | Highlight the code from lines 18 to 30 |
Regional active users
location: area
language: language
command |
Description |
---|---|
location:beijing language:java | Search for users whose area is in Beijing's Java direction |