A simple command-line task manager application written in node.js with colorful terminal output.
This application allows users to manage tasks through the command line. Each task is saved in a separate file, making it easy to organize and edit task lists.
- add - Adds a new task to the list;
- show - Allows you to view the contents of a task file;
- done - Marks a task as completed;
- rm - delete file task;
- ext - ext programm.
- kleur
- prompt-sync
node main.js Tasks are saved as separate files, which simplifies task management and storage.
1428☆*: .。. o(≧▽≦)o .。.:*☆