
TerminalTasks is a command-line interface (CLI) tool for managing your to-do list directly from your terminal. Built for developers who prefer to stay in their command-line environment, TerminalTasks offers a simple yet powerful way to track and manage tasks.
Add new tasks
View all tasks
Mark tasks as done
Clear all tasks
Simple and intuitive command structure
1.Clone the repository:
git clone https://github.com/FaheemOnHub/TerminalTasks.git
2.Navigate to the project directory:
cd TerminalTasks
3.Install dependencies:
npm install
cli-toDoList [options] [command]
-V, --version output the version number
-h, --help display help for command
add <task> adds a task in list
view used to view all the tasks in your list
done <index> Mark a task as done
clear clears all the tasks
help [command] display help for command
#Contributing Contributions are welcome! Please feel free to submit a Pull Request. #License This project is open source and available under the MIT License.