Github advanced search features

Reference article link: https://zhuanlan.zhihu.com/p/55294261

GitHub offers advanced search methods.

A clear title search warehouses, warehouses description, README

1. Only looking for warehouse name contains XX warehouse. grammar:

   in: name Keywords

2. Find content description

  in: descripton Keywords

3. check README file that contains specific keywords

  in: readme Keywords

Second, clear search star, much larger than the number of fork

1. The number of the star is greater than 1000 XX warehouse

  stars:> Digital keyword

2.star number in a range of warehouse XX

  stars: 10..20 Keywords

 Third, the warehouse-sized clear search

Search limited size of the warehouse

  size:> = 5000 Keyword

Note: This number represents K, 5000 represents 5M

Fourth, the update is still clear whether the maintenance warehouse

  Create or update before or after a specified time warehouse

   pushed:> 2019-01-03 Keyword // there is a later time after xx

   created:> 2019-01-03 // Create keyword time after xx

Fifth, clear search LICENSE warehouse

  Find the code for the Apache License 2 of Protocol

  license: apache-2.0 Keywords

Sixth, clear language search Warehouse

  language: java Keywords

Seven, clear warehouse search a person or organization

       user:userName

      user:userName language:java

      org:spring-cloud

Guess you like

Origin www.cnblogs.com/catluo/p/11728554.html