doit 0.2.0

A terminal-based task manager
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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>