aboutsummaryrefslogtreecommitdiffstats
path: root/src/_jrnl
diff options
context:
space:
mode:
authorLucas Bearden <lpbearden@gmail.com>2019-09-27 23:10:35 -0400
committerLucas Bearden <lpbearden@gmail.com>2019-09-27 23:10:35 -0400
commited44d39efa89e07c6664a34ad5465d0d6b3a2d90 (patch)
treed98c957ae2fc26bb03d8a028b992c983f0cd5e5c /src/_jrnl
parent#647: remove kitty completion, upstream provides one (diff)
downloadzsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar.gz
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar.bz2
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar.lz
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar.xz
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.tar.zst
zsh-completions-ed44d39efa89e07c6664a34ad5465d0d6b3a2d90.zip
added in missing option --edit
Diffstat (limited to 'src/_jrnl')
-rw-r--r--src/_jrnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_jrnl b/src/_jrnl
index c0c03e6..b62ef94 100644
--- a/src/_jrnl
+++ b/src/_jrnl
@@ -59,6 +59,7 @@ _jrnl() {
"-o[Optionally specifies output file when using --export If OUTPUT is a directory, exports each entry in individual file instead.]:output file:" \
"--encrypt[Encrypts your existing journal with a new pass]" \
"--decrypt[Decrypts your journal and stores it in plain text]" \
+ "--edit[Opens your editor to edit the selected entries.]" \
}
_jrnl