summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/cli.sh1
-rwxr-xr-xscripts/completion_jv.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/cli.sh b/scripts/cli.sh
index 8e2f456..2f4571d 100644
--- a/scripts/cli.sh
+++ b/scripts/cli.sh
@@ -18,6 +18,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
alias jj='jv here'
alias jvu='jv update'
alias jvt='jv track'
+alias jmv='jv move'
##################
### COMPLETION ###
diff --git a/scripts/completion_jv.sh b/scripts/completion_jv.sh
index f8613da..0532bad 100755
--- a/scripts/completion_jv.sh
+++ b/scripts/completion_jv.sh
@@ -14,7 +14,7 @@ _jv_completion() {
local subsubcmd="${words[2]}"
# Subcommands
- local base_commands="create init direct unstain account update sheet here import export in out move mv docs exit use sheets accounts as make drop track hold throw"
+ 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"
# Subcommands - Account
local account_commands="list as add remove movekey mvkey mvk help"