You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+26-24
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,19 @@ genee is a simple habit tracker program for the command line
11
11
12
12
## Workflow
13
13
14
-
1. Figure out the list of habits to track. In this example, we would like to restrict our gaming binges and increase the frequency of our piano exercise sessions.
14
+
1. Figure out the list of habits to track. In this example, we would like to restrict
15
+
our gaming binges and increase the frequency of our piano exercise sessions.
15
16
`GAM` stands for gaming, whereas `PNO` stands for the instrumental practice.
16
17
2. Download the [latest release](https://github.com/mfep/genee/releases/latest) from this repository.
17
-
3. Using the downloaded executable, create a new data file to store the diary data. Specify the list of habit abbreviations to use in this file:
18
-
```genee --new GAM,PNO```
19
-
4. Each day, fill in whether you practiced the particular habits the previous day or not. This can be done by invoking
20
-
```genee -f```. This is followed by a prompt for each habit.
21
-
5. After the fill command, the program displays the habit data of the current period (e.g. the number of habit occurences in the last 30 days)
22
-
compared to the last period (the number of habit occurences between 30 and 60 days before now). This can be used to check whether our change of habits
23
-
(picking up new habits, dropping bad ones) are on track or not.
18
+
3. Using the downloaded executable, create a new data file to store the diary data.
19
+
Specify the list of habit abbreviations to use in this file: ```genee new GAM,PNO```
20
+
4. Each day, fill in whether you practiced the particular habits the previous day or not.
21
+
This can be done by invoking ```genee fill```. This is followed by a prompt for each habit.
22
+
5. After the fill command, the program displays the habit data of the current period
23
+
(e.g. the number of habit occurences in the last 30 days) compared to the last period
24
+
(the number of habit occurences between 30 and 60 days before now).
25
+
This can be used to check whether our change of habits (picking up new habits,
0 commit comments