With ntodotxt you can manage your todos in a todo.txt file (i.e. all information
is stored in a single file). You can save your todos locally on your device and/or synchronize the todo.txt file via webdav - for
example with a self-hosted nextcloud instance.
This application is under active development and will continue to be modified and improved over time.
- Manage todos in todo.txt format
- Manage todos locally and/or synchronize todos via webdav with a server of your choice
- Custom path and filename of todo files (local and remote)
- Search todos
- Create custom views of todos via filters
- Sort (ascending/descending) todos by criteria such as priority, creation date or due date
- Android widget
- Import/Export existing todos from/to file
- Import/Export filters and other settings
- Language localization (e.g. english, german)
- Recurring tasks
- Archiving of completed todos (done.txt)
- ...
- Build and publish to Google Play (Android)
- Build and publish as
flatpakto flathub (Linux) - Build and publish as
snapto snapcraft (Linux) - Build and publish to Microsoft Store (Windows)
Flutter SDK is required to build this project.
- First you need to get the source code of
ntodotxt.
git clone https://github.com/tmaegel/ntodotxt- Installing the dependencies for sqflite and flutter_secure_storage.
dnf install sqlite-devel libsecret-devel1-
Open project via Android Studio.
-
Click the
Runbutton and it will be built and run automatically. -
Or you can build and run from command line.
flutter pub get
flutter run
# or
flutter buildIf an error occurs during the build process, please follow these steps.
ntodotxt is a free open source software that benefits from the open source community and every user can enjoy it's full functionality for free, so if you appreciate my current work, you can buy me a offee.
Thanks for all the love and support.
There are a bunch of other note taking apps with the WebDAV support. See them in awesome-webdav repository.