summaryrefslogtreecommitdiff
path: root/locales/help_docs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-03 15:09:58 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-03 15:09:58 +0800
commit599b1b7d9f657ed9c36bdcbece8c771db4422bab (patch)
tree494075dea778716316994e19d13bd94b8e5d9aab /locales/help_docs
parent5b04d567c4ba88f3236218cf0f23b52bffdde1a4 (diff)
Add info command to display file details
Diffstat (limited to 'locales/help_docs')
-rw-r--r--locales/help_docs/en.yml11
-rw-r--r--locales/help_docs/zh-CN.yml11
2 files changed, 20 insertions, 2 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index e7e049d..31544ef 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -260,7 +260,7 @@ jv:
**CONTEXT**:
here - Display path information
status - Display current sheet status information
- info - Display individual file status
+ info <FILE_PATH> - Display individual file status
**FILE TRANSFER**:
share <FILE> <SHEET> <DESC> - Share files to other sheet [[cyan]][REMOTE][[/]]
@@ -369,6 +369,15 @@ jv:
This is a quick way to understand the current file status of the sheet.
+ info: |
+ **Display File Details**
+ **Usage**: jv info <FILE_PATH>
+
+ Display detailed information about the specified file, including:
+ - File's change history
+ - File's mapping in `ref`
+ - File's version in `ref`
+
track: |
**Track or Pull Files**
**Usage**: jv track <FILE_PATH>
diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml
index c5e17ce..1bafb1a 100644
--- a/locales/help_docs/zh-CN.yml
+++ b/locales/help_docs/zh-CN.yml
@@ -252,7 +252,7 @@ jv:
**上下文查询**:
here - 显示当前路径的相关信息
status - 显示当前表的状态信息
- info - 显示单个文件的状态
+ info <文件> - 显示单个文件的状态
**文件传递**:
share <文件> <表> <描述> - 分享当前上下文的文件至其他表 [[cyan]][远程][[/]]
@@ -361,6 +361,15 @@ jv:
这是了解当前表文件状态的快速方式
+ info: |
+ **显示文件详细信息**
+ **用法**:jv info <文件路径>
+
+ 显示指定文件的详细信息,包括:
+ - 文件的历史变更
+ - 文件在 `ref` 中的位置
+ - 文件在 `ref` 中的版本
+
track: |
**追踪或拉取文件**
**用法**:jv track <文件路径>