| 登录 / 扫码登录 | zhihu login --qrcode |
| Cookie 登录 | zhihu login --cookie "z_c0=...; _xsrf=...; d_c0=..." |
| 重新登录 / 换号 | 中断当前进程 → zhihu login --qrcode |
| 检查登录 | zhihu status;看资料 zhihu whoami [--json] |
| 搜索 | zhihu search "关键词" [--type general/people/topic] [--limit N] [--answers N] [--json] |
| 热榜 | zhihu hot [--limit N] [--answers N] [--json] |
| 问题 | zhihu question <id> [--json];回答列表 zhihu answers <id> [--limit N] [--sort default/created] [--json] |
| 回答详情 | zhihu answer <id> [--comments] [--limit N] [--json](评论默认全部,--limit 0 为全部) |
| 用户 | zhihu user <url_token> [--json];user-answers / user-articles / followers / following 均支持 --limit N --json |
| 推荐 / 话题 | zhihu feed [--limit N] [--json];zhihu feeds [--limit N] [--comment-limit N];zhihu topic <id> [--json] |
| 赞同 | zhihu vote <answer_id>;取消 zhihu vote <answer_id> --neutral |
| 关注问题 | zhihu follow-question <id>;取消 zhihu follow-question <id> --unfollow |
| 发提问 | zhihu ask "标题" [-d "描述"] [-t 话题id ...] [-i 图 ...] |
| 发想法 | zhihu pin "标题" [-c "正文"] [-i 图 ...] |
| 发文章 | zhihu article "标题" "正文" [-t 话题id ...] [-i 图 ...] |
| 删提问/想法/文章 | zhihu delete-question <id> / delete-pin <id> / delete-article <id> [-y] |
| 收藏 / 通知 | zhihu collections [--limit N] [--json];zhihu notifications [--limit N] [--offset M] [--json] |
| 退出 | zhihu logout |
| 版本 / 升级 | zhihu --version;升级见上规则 6 |