
jrnl
List of commands for jrnl:
-
jrnl:tldr:71a65 jrnl: Insert a new entry with your editor.$ jrnltry on your machineexplain this command
-
jrnl:tldr:87eb4 jrnl: Quickly insert a new entry.$ jrnl ${today at 3am}: ${title}. ${content}try on your machineexplain this command
-
jrnl:tldr:c0b15 jrnl: Edit all entries tagged with "texas" and "history".$ jrnl ${@texas} -and ${@history} --edittry on your machineexplain this command
-
jrnl:tldr:c2ab9 jrnl: View the last ten entries.$ jrnl -n ${10}try on your machineexplain this command
-
jrnl:tldr:cee06 jrnl: View everything that happened from the start of last year to the start of last march.$ jrnl -from "${last year}" -until ${march}try on your machineexplain this command