Getting Started · Guide · Reference
jerd initBy default, this creates a jerd directory under your current directory and
walks you through project setup. Enter your name when prompted; Jerd writes it
to jerd.config.json.
To choose another project directory:
jerd init my-journalcd jerdIf you initialized a custom directory, move into that directory instead.
jerd newJerd asks for a mood, opens your editor, and saves the result as a Markdown file for today's date.
To skip the mood prompt, pass one directly:
jerd new --mood calmRun Jerd with no command from an initialized project:
jerdThe home screen provides these shortcuts:
wopens mood check-in, then starts writing.fopens search.copens the current month calendar.mopens the mood graph.
Previous: Installation
Next: Usage