# DoIt
<p> A command-line based todo-list app implemented using the rust language </p>
# Installation
<p>
For now, the only way to use this program is to clone the repository and build the source yourself. <br>
</p>
# Usage
<p> The simplest way to use this program: </p>
doit add task -t Task title
<p> This will add the task to a default list specified in the defaults.json file </p>