Nebula Tasks is a command line application for managing your TODO tasks with ease. Keep track of your daily tasks and stay organized in the vastness of your projects.
- Simple Command Line Interface: Streamlined commands for quick and efficient task management.
- Effortless Editing: Easily add, edit, and remove tasks as your project evolves.
- Mark as Completed: Celebrate your achievements by marking tasks as completed.
npm install -g nebula-tasks
Adding a task
nebula add "Buy dog food"
Listing tasks
nebula list
Marking a task as "doing" or "done"
nebula doing 1
nebula done 1
If you'd like to contribute to Nebula Tasks, please follow our contribution guidelines.
This project is licensed under the MIT License - see the LICENSE.md file for details.