From ec1e19edb02a03cd0abf50e7b7c041c14707ae39 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 20 Nov 2025 17:44:11 +0800 Subject: feat: add jump and info commands - Add jump command for file version switching - Add info command for individual file status - Update shell completion for new commands --- scripts/completion_jv.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/completion_jv.sh b/scripts/completion_jv.sh index c8bca32..69614ce 100755 --- a/scripts/completion_jv.sh +++ b/scripts/completion_jv.sh @@ -15,7 +15,11 @@ _jv_completion() { local subsubcmd="${words[2]}" # Subcommands - local base_commands="create init direct unstain account update sheet status here import export in out move mv docs exit use sheets accounts as make drop track hold throw login" + local base_commands="create init direct unstain account update \ + sheet status here import export in out \ + move mv docs exit use sheets accounts \ + as make drop track hold throw login \ + jump align" # Subcommands - Account local account_commands="list as add remove movekey mvkey mvk help" -- cgit