Github搜索方法小结

面对GitHub上海量的开源项目,如何能做到精确查找,搜索框输入的条件可总结如下:

1,基于条件:

stars:>100

forks:>1000

pushed:>2019-11-11

language:python

2,在某一类中查找:

in:describtion XXX

in:name XXX

3,并列查找:

in:describtion XXX pushed:>2019-11-11

in:name XXX stars:>100

猜你喜欢

转载自www.cnblogs.com/dyclown/p/11875765.html