-
-
Notifications
You must be signed in to change notification settings - Fork 70
Getting Started
On running dijo at the command line, you are presented
with a blank screen. This is the DAY mode, analogous to
the NORMAL mode in Vim. In this mode, you may view stats
for every day of the current month.
To start tracking habits, enter the command mode with :.
Use the add command to add a habit to begin tracking.
Say, I would like to track the number of French lessons I took on Duolingo, and I aim to do 5 lessons each day:
:add french 5
| |
`----|----- habit name
`---- goal string (optional)
Go ahead and add a couple more habits the same way:
:add lifting 1 <-- a yes/no kind of habit (represented by a dot grid)
:add water <-- no goal provided
:add running 1.0 <-- a habit that can track fractional values (0.6 km, for example)
To track your progress for the day:
- focus the habit you want to track, (the focused habit is highlighted in bright white).
- Hit
Enteron the keyboard to increase the value, orBackspaceto reduce it. - Once you reach your daily goal, the day is marked in green and the habit name is struck through with a line.
Check your weekly progress for a given habit by pressing v
on the keyboard, this is WEEK mode, and press esc to go
back to DAY mode. Shift-v is a shortcut to display
weekly progress for every habit. The current mode is
indicated on the status line.
Review your progress for previous months by pressing [ on
the keyboard, sift through months with [ and ].