aapt to buku: add Chinese translation (#4846)

This commit is contained in:
zhouquan
2020-11-04 14:12:56 -06:00
committed by GitHub
parent 7820f75085
commit 8f73cca2e7
28 changed files with 597 additions and 3 deletions

24
pages.zh/common/buku.md Normal file
View File

@@ -0,0 +1,24 @@
# buku
> 命令行版本的书签管理器.
> 更多信息: <https://github.com/jarun/Buku>.
- 根据关键词和标签查找书签:
`buku {{关键字}} --stag {{标签}}`
- 添加书签,并且打上标签:
`buku --add {{https://example.com}} {{搜索引擎}}, {{标签}}`
- 删除一个书签:
`buku --delete {{书签id}}`
- 打开编辑器,修改书签:
`buku --write {{书签id}}`
- 将指定标签移除:
`buku --update {{书签id}} --tag {{-}} {{搜索引擎}}`