A habit tracking application
- Golang
- Make
-
Run make build to generate the executable
track-it
-
Run the executable
./track-it
-
One can also run with a subreddit flag, which allows it to pull top posts from the subreddit. For eg, to return the top posts from the subreddit
r/quotes
, run it as
./track-it -subreddit=quotes
-
Add a task of type
- NONE (N) For one time task
- DAILY (D) For daily task
- WEEKLY (W) For weekly task
- MONTHLY (M) For monthly task
-
Delete a task
-
Track the task for the interval specified
-
List all the task required to be done
There are still some minor bugs in the application, please raise them as issues.