Forrest logo
back to context overview

jrnl

List of commands for jrnl:

  • jrnl:tldr:71a65 jrnl: Insert a new entry with your editor.
    $ jrnl
    try on your machine
    explain this command
  • jrnl:tldr:87eb4 jrnl: Quickly insert a new entry.
    $ jrnl ${today at 3am}: ${title}. ${content}
    try on your machine
    explain this command
  • jrnl:tldr:c0b15 jrnl: Edit all entries tagged with "texas" and "history".
    $ jrnl ${@texas} -and ${@history} --edit
    try on your machine
    explain this command
  • jrnl:tldr:c2ab9 jrnl: View the last ten entries.
    $ jrnl -n ${10}
    try on your machine
    explain 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 machine
    explain this command
back to context overview