QTodoTxt QTT Development Team
winget install --id=QTodoTxt.QTodoTxt -e
a cross-platform UI client for todo.txt files
QTodoTxt is a cross-platform graphical user interface client designed to simplify task management using todo.txt files. The application provides a modern and intuitive interface for users to manage their tasks, enabling seamless interaction with the todo.txt system.
Key Features:
- Cross-platform support for Windows, macOS, and Linux.
- User-friendly interface for adding, modifying, deleting, or marking tasks as done.
- Task filtering by priority, tags, or due dates.
- Integration with todo.txt plugins to extend functionality.
Audience & Benefit:
Ideal for users who manage complex workflows or projects using the todo.txt system. QTodoTxt offers a streamlined way to organize and prioritize tasks while maintaining compatibility with existing todo.txt files. Its intuitive design allows for efficient task management, making it a valuable tool for individuals and teams alike.
The application can be installed via winget, ensuring easy setup across supported platforms.
README
QTodoTxt
QTodoTxt is a cross-platform UI client for todo.txt files (see todo.txt).
Latest alpha/beta relase and QTodotTxt2:
Download code from git or use pip: pip install qtodotxt --upgrade --pre
We have also started work on QTodoTxt2 https://github.com/QTodoTxt/QTodoTxt2/ Much much much cleaner code and a new interface based on qml that offer a lot of new possibilities. Try it and give us feedback
Now also available using pip: pip install qtodotxt2 --upgrade --pre
And please report bugs to github!
###Latest stable release:
V1.9.0 is released but not all binary packages have been created yet and the following links may point to older versions (pip should alway point to latest release). If you want a missing binary release, generate it then contact the authors to upload the file and update the link in this README
- For Ubuntu / Debian: .deb package
- For Windows: Windows installer
- For Mac OS X: Mac OS X installer
- Everywhere:
pip install qtodotxt --upgrade
(BUT to void unwanted pyqt5 compilation, pyqt5 is not specified as a dependency on pip, install pyqt5 manually before!) - Everywhere: tar.gz archive
Running from sources
To run the application without installing just:
- Download latest code archive
- Run:
- On Linux/Mac: bin/qtodotxt
- On Windows: bin/qtodotxt.pyw
Be sure to have all prerequisites installed !