doit 0.2.0

A terminal-based task manager
{
  "tasks_lists": {
    "Hello": {
      "tasks": [
        {
          "title": "a",
          "description": "b",
          "is_completed": false
        },
        {
          "title": "test",
          "description": "b",
          "is_completed": false
        },
        {
          "title": "a",
          "description": "d",
          "is_completed": false
        },
        {
          "title": "test",
          "description": "desc",
          "is_completed": false
        }
      ]
    },
    "Test": {
      "tasks": [
        {
          "title": "title: &str",
          "description": "description: &str",
          "is_completed": false
        },
        {
          "title": "title: &str2",
          "description": "description: &str2",
          "is_completed": true
        },
        {
          "title": "a",
          "description": "c",
          "is_completed": false
        },
        {
          "title": "newfiletitle",
          "description": "newfiledescription",
          "is_completed": false
        }
      ]
    }
  }
}