Taskio is a simple, lightweight CLI-based task management tool to help you efficiently manage your to-do list.
- a simple CLI-based task manager.
- it helps you to see, manage and adding your tasks in a CLI-based environment.
- Add tasks ➕: Quickly add tasks via command-line input.
- List tasks 📃: View all tasks and optionally edit them.
- Remove tasks ❌: Easily remove completed or outdated tasks.
project requirements are listed in requirements.txt .
pip install requirements.txt -r
Here is how you can work with this app :
python tasks.py -a "write your task"
python tasks.py -l
➡️ this will give you a list of your tasks. by pushing Enter you can change the task's stauts, edit the task or remove it.
pressing q at any situation will exit Taskio.
Project is: in progress
- To do:
- Connecting it to a web application using API
Created by mani ebrahimi - feel free to contact me!