Taskwarrior is Free and Open Source Software that manages your TODO list from the command line. It is flexible, fast, and unobtrusive. It does its job then gets out of your way. The CLI tool and other relevant documentation can be found at TaskWarrior.
This project aims to build an app for Taskwarrior. It is your task management app across all platforms. It helps you manage your tasks and filter them as per your needs.
git clone https://github.com/NishantSinghal19/taskwarrior-flutter.git
cd taskwarrior-flutter
flutter pub get
flutter doctor
flutter run
Help is always appreciated, whether it comes in the form of feature requests or suggestions, code improvements, refactoring, or performance enhancements. The more is done, the better it gets. If you find any bug(s), consider opening an issue. Please make sure you specify the commit type while opening pull requests:
feat: The new feature you're proposing
fix: A bug fix in the project
test: Everything related to testing
docs: Everything related to documentation
You can Check community guidlines at Contribution Guidelines & Development Practices page in Wiki section
We would love to hear from you! You may join the gsoc-taskwarrior channel of CCExtractor community through Slack:
For help in getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Why Consider TaskServer?
You might wonder if you need a Taskserver when using Taskwarrior on a single device. The answer depends on your needs. If you want to effortlessly share tasks across multiple clients or devices, then the Taskserver is your ideal choice. It's the only option that seamlessly syncs your data, making it accessible from anywhere.
Streamline Your Task Management
With a Taskserver in place, you can synchronize your tasks across various clients and devices, eliminating the hassle of manually updating data on each one. This means less data entry and more efficient task management.
Automatic Task Backup
One valuable benefit of using a Taskserver is automatic task backup. Your tasks are safeguarded, ensuring you won't lose any critical information.
Consider setting up a Taskserver for a smoother, more efficient Taskwarrior experience!
There are multiple ways to set up a TaskServer, depending on your preferences and requirements. You can either host it on your own server or take advantage of free TaskServer options.
Official TaskServer Guide: You can follow the official guide provided by TaskServer for detailed instructions. Check out the documentation here: TaskServer Official Guide.
Video Tutorial: For a step-by-step visual guide, you can watch the latest video tutorial on YouTube: Watch Tutorial.
Cloud Server Hosting: Consider setting up the TaskServer in the cloud, such as Azure or any other cloud server provider, for accessibility from anywhere.
Docker Container: For easy installation, you can opt for the unofficial Docker container. Check out the latest Docker container here: Docker Container.
install.sh
README
taskrc
wingtask_certs
cd /mnt/c/...../folder_name/wingtask_configuration
chmod +x install.sh
./install.sh
task sync init
example@gmail.com.cert.pem
for "Configure your certificate."example@gmail.com.key.pem
for "Configure TaskServer key."letsencrypt_root_cert.pem
for "Configure Server Certificate."Feel free to reach out if you encounter any issues.
Project Link: TaskWarrior