- I am currently working on a new version (v1.2) for CLI.
- This will have cleaner code, faster data manages and new functionalities.
- Any Collaboration will be appreciate!
TaskFlowCLI is a Python project that runs directly from your PC terminal.
- It allows you to manage basic tasks: add, list, mark as completed or pending.
- All data is stored locally (currently in memory), keeping it lightweight and easy to use.
- The idea of the project is to evolve into a command-line assistant that can automate actions, open apps, or launch websites directly from the terminal.
- Add, edit, delete, and list tasks.
- Mark tasks as completed or pending.
- Filter tasks by priority (High / Low).
- Automatic unique ID for each task.
- Automate small tasks (like opening programs or websites).
- Add note support.
- Explore AI or database integrations.
- Open your PC terminal.
- Run the
run.batfile by double-clicking it or from the terminal: bash run.bat
- Open your terminal.
- Run the run.sh file with execution permissions:
chmod +x run.sh./run.s
- You can also run it directly from Python:
python main.py # Windows
python3 main.py # macOS / Linux
git clone https://github.com/JaredMcCarthy/TaskFlowCLI.git
cd TaskFlowCLI
#then use run.bat or run.sh depending on your operating systemContributions are welcome!
- Fork the repository
- Create a new branch
- Commit your changes
- Open a pull request
Please keep the code simple and readable and thank you for contribute.
This project is licensed under the MIT License.