A Command Line based Task Manager, which allows you to manage your tasks in a minimalistic way.
- NodeJs
Install Task-Manager via
git clone https://github.com/Aarav619/Task-Manager.git
cd Task-Manager && npm i
Executing the command without any arguments, or with a single argument help prints the CLI usage.
Use the ls command to see all the items that are not yet complete, in ascending order of priority.
Every item should be printed on a new line. with the following format
[index] [task] [priority]
Example:
Use the add command. The text of the task should be enclosed within double quotes (otherwise only the first word is considered as the item text, and the remaining words are treated as different arguments).
Use the del command to remove an item by its index.
Use the done command to mark an item as completed by its index.
Show the number of complete and incomplete items in the list. and the complete and incomplete items grouped together.
This is a CLI based Task-Manager which allows one to add, delete & view their pending and completed tasks.
It's faster than an ordinary GUI based application also gives better control to the user, btw it lacks frontend so easy to maintain 😅.
For support, email aaravmishra619@gmail.com.