Files
wehub-resource-sync 9b395f5cc3
Build Chrome Extension / build (push) Waiting to run
Trigger Website Rebuild (Docs Updated) / dispatch (push) Waiting to run
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:48 +08:00

1.2 KiB

即刻 (Jike)

Mode: 🔐 Browser · Domain: web.okjike.com

Commands

Command Description
opencli jike feed 即刻首页动态流
opencli jike search 搜索即刻帖子
opencli jike post 帖子详情及评论
opencli jike topic 话题详情
opencli jike user 用户资料
opencli jike create 发布即刻动态
opencli jike comment 评论即刻帖子
opencli jike like 点赞即刻帖子
opencli jike repost 转发即刻帖子
opencli jike notifications 即刻通知

Usage Examples

# View feed
opencli jike feed --limit 10

# Search posts
opencli jike search "AI" --limit 20

# View post details and comments
opencli jike post <post-id>

# Create a new post
opencli jike create --content "Hello Jike!"

# Like a post
opencli jike like <post-id>

# JSON output
opencli jike feed -f json

Listing Columns

feed, search, and user expose id for each post row. Pass that value directly to opencli jike post <id> for the detail view.

Prerequisites