AutoYADM commit: 2025-04-23 03:30:05
This commit is contained in:
parent
a40796b644
commit
e11d19f0d8
3 changed files with 13 additions and 2 deletions
|
@ -15,15 +15,24 @@ function jrnl --description 'Lightweight journaling tool'
|
|||
echo \t\> set -Ug jrnl_directory path/to/journal
|
||||
echo \t\> jrnl -d=path
|
||||
echo \t\> jrnl --dir=path
|
||||
echo \tSet the template file \n\t"(relative to journal directory, 'template.md' by default)":
|
||||
echo \tSet the template file "(relative to journal directory)":
|
||||
echo \t\> set -Ug jrnl_template template_file
|
||||
echo \t\> jrnl -t=template_file.md
|
||||
echo \t\> jrnl --template=template_file.md
|
||||
echo \tShow this help menu:
|
||||
echo \t\> jrnl -h
|
||||
echo \t\> jrnl --help
|
||||
echo Template file:
|
||||
echo \tThe template file is a Markdown file inside the
|
||||
echo \tjournal directory, called \'template.md\' by default.
|
||||
echo \tMarkdown comments are always skipped.
|
||||
echo \tExtra newlines at the file end are trimmed.
|
||||
echo \tThe literals '\'%{date}\'' and '\'%{date_long}\''
|
||||
echo \tare substituted for date values.
|
||||
echo Author:
|
||||
echo \tDaniel Fichtinger '<daniel@ficd.ca>'
|
||||
echo URL:
|
||||
echo \thttps://git.sr.ht/~ficd/jrnl.fish
|
||||
echo License:
|
||||
echo \tMIT '(c)' Daniel Fichtinger 2025
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue