add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,36 @@
# googler
> 从命令行搜索 Google。
> 更多信息:<https://github.com/jarun/googler>。
- 用关键词搜索 Google
`googler {{keyword}}`
- 搜索 Google 并在网页浏览器中打开第一个结果:
`googler -j {{keyword}}`
- 显示 N 个搜索结果(默认 10 个):
`googler -n {{N}} {{keyword}}`
- 禁用自动拼写校正:
`googler -x {{keyword}}`
- 在一个网站上搜索关键词:
`googler -w {{site}} {{keyword}}`
- 以 JSON 格式显示 Google 搜索结果:
`googler --json {{keyword}}`
- 执行就地自我升级:
`googler -u`
- 在交互模式中显示帮助:
`?`