Make sure you have Python 3.8 or higher installed on your system.
pip install taskly
-
Clone the Repository:
git clone https://github.com/talhaticx/taskly.git cd taskly
-
Setup Environment:
make install
This command will ensure all required dependencies are installed.
Once the installation is complete, you can run the taskly
application using the following command:
taskly
This will start the CLI-based todo app, allowing you to manage tasks efficiently.
Follow the on-screen instructions to navigate through the menu and manage your tasks effectively.