From 5fde983137bdc42d5e164a7ad6f797899ab5ed37 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 4 Dec 2025 14:49:58 +0800 Subject: Add description column to `jv here --desc` output --- locales/help_docs/en.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 4a7aafc..9009f4b 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -321,7 +321,7 @@ jv: - Current file holder - Latest version commit information - This is a quick way to understand the current state of your workspace directory. + **Tip**: Use `jv here --desc` to view the last commit description for local files status: | **Display Current Sheet Status Information** @@ -680,6 +680,7 @@ jv: holder: HOLDER size: SIZE editing: STATUS + description: DESC path_info: | CURRENT: %{upstream}/%{account}/%{sheet_name}/%{path} (%{minutes} min ago) @@ -733,6 +734,9 @@ jv: not_local: | Remote + description: | + @%{creator}: %{description} + count_info: | %{dir_count} dir(s), %{file_count} file(s). Total %{size}. -- cgit