Loading repository data…
Loading repository data…
jrzvnn / repository
Taskmaster-CLI is a command-line tool for managing a to-do list.
Taskmaster-CLI is a command-line tool for managing a to-do list. It has the following features:
This tool help user to maintain the To-do list and it could be used on day to day tasks as well as it could be used as a reminder.
Taskmaster-CLI requires Python 3 and Bash to be installed on your system.
To install Taskmaster-CLI, clone the repository and navigate to the project directory:
$ git clone https://github.com/jrzvnn/taskmaster-cli.git
$ cd taskmaster-cli
Make the todo.sh script executable:
$ chmod +x todo.sh
To use Taskmaster-CLI, open a terminal and navigate to the project directory. Then, run the todo.sh script:
$ ./todo.sh
You will be prompted to enter a command. The following commands are available:
Here are some examples of using Taskmaster-CLI
# Add an item to the to-do list
$ ./todo.sh
add Buy milk
# Mark an item as complete
$ ./todo.sh
complete Buy milk
# Display the current to-do list
$ ./todo.sh
display