AutoYADM commit: 2025-04-23 04:30:06
This commit is contained in:
parent
e11d19f0d8
commit
ef22c23678
2 changed files with 12 additions and 1 deletions
11
.config/fish/completions/jrnl.fish
Normal file
11
.config/fish/completions/jrnl.fish
Normal file
|
@ -0,0 +1,11 @@
|
|||
complete -c jrnl -s h -l help -d 'Print help'
|
||||
complete -c jrnl -s e -l edit-template -d 'Edit the journal entry template'
|
||||
complete -c jrnl -s d -l dir -d 'Set the journal directory' -r
|
||||
function __jrnl_dir
|
||||
if set -q jrnl_directory
|
||||
echo $jrnl_directory
|
||||
else
|
||||
echo ~/jrnl
|
||||
end
|
||||
end
|
||||
complete -c jrnl -s t -l template -d 'Set the template file' -r
|
Loading…
Add table
Add a link
Reference in a new issue