A simple and fast CLI based Task tracker that will convert and organize your tasks into a map that you could chase.
- add tasks
- update tasks
- list tasks
- delete tasks
You can see the usage by typing 'help'
You can go into a mode by typing name of the mode
+ To add a task: go into 'add' mode and type the name of the task
+ To delete a task: go into 'delete' mode and enter the id of the task
+ To update a task: go into 'update' mode and enter the id of the task followed by the updated task name
+ To list a task: go into 'list' mode
All your tasks are saved locally in a .JSON file. You can configure the location of the .JSON file and also change it manually by reading the docs if you want to.
It stores the tasks in the preferred .json file.
Each task is assigned with a unique id
Each line in the .json file contains: "uniqueid _ taskname"
** Note that each line ends with a newline character