Skip to content

nanoraptor/taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple and fast CLI based Task tracker that will convert and organize your tasks into a map that you could chase.

This is a work in progress. so, some functionalities may not be available

Currently it can do these:

  • add tasks
  • update tasks
  • list tasks
  • delete tasks

Usage:

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

Storage Format:

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

About

A Basic Task Manager (CLI Based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages