diff options
| author | Lucas Bearden <lpbearden@gmail.com> | 2019-09-27 23:10:35 -0400 |
|---|---|---|
| committer | Lucas Bearden <lpbearden@gmail.com> | 2019-09-27 23:10:35 -0400 |
| commit | ed44d39efa89e07c6664a34ad5465d0d6b3a2d90 (patch) | |
| tree | d98c957ae2fc26bb03d8a028b992c983f0cd5e5c /src/_jrnl | |
| parent | #647: remove kitty completion, upstream provides one (diff) | |
| download | zsh-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/_jrnl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
