BlueRoseNote/03-UnrealEngine/Gameplay/Other/Github搜索技巧.md
2023-06-29 11:55:02 +08:00

15 lines
380 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2020-07-31      9:53:22
# 按照项目名/仓库名搜索(大小写不敏感)
in:name xxx
# 按照README搜索大小写不敏感
in:readme xxx
# 按照description搜索大小写不敏感
in:description xxx
# stars数大于xxx
stars:>xxx
# forks数大于xxx
forks:>xxx
# 编程语言为xxx
language:xxx
# 最新更新时间晚于YYYY-MM-DD
pushed:>YYYY-MM-DD