- odot v0.3.0
- 
- Task manager written in C
- 
- Installation:
-     
-     Download source files
-         $ curl "https://download.huck.website/odot-[VERSION].tar.gz" > odot.tar.gz
- 
-     Unpack source files
-         $ tar -xzvf odot.tar.gz 
-         $ cd odot
- 
-     Build odot
-         $ make && sudo make install
- 
- Usage:
- 
-     Results are modified by options preceded by a dash.
-     The rest of the line is parsed into a task.
- 
-     Available flags:
-         -g [group]  Specify group for task
-         -n          Add new task
-         -x          Mark task as done
-         -s          Show tasks
-         -a          Show all groups
-         -d          Also show completed tasks
-         -A          Show all tasks in database
-         -r          Remove task from database
-         -V          Display version
-         -c          Remove color
- 
- Examples:
- 
-     Add a task to default group:
+ # odot v0.3.0
+
+command line task manager
+
+## build odot:
+    $ make && sudo make install
+
+## available flags:
+    -g [group]  specify group for task
+    -n          add new task
+    -x          mark task as done
+    -s          show tasks
+    -a          show all groups
+    -d          also show completed tasks
+    -a          show all tasks in database
+    -r          remove task from database
+    -v          display version
+    -c          remove color
+
+ examples:
+
+     add a task to default group: