v4.2.2
A privacy-friendly cross-platform app to manage a todo.txt file. No databases, no backend server and no communication to any external services or APIs. Todo.txt gives you the flexibility to take your task list with you wherever you go and does not lock you into a proprietary service. All task data is stored in a text file that you can write to using any other application or text editor. GoDo your tasks and worry less about how to maintain it!
- Non-proprietary management and storage of your tasks utilizing todo.txt's text file format on your own device
- Add, edit and delete tasks
- Manage, filter, sort and group tasks based on
+projects,@contexts,(A) prioritiesordate created - Quickly mark tasks as completed
- Quickly delete all completed tasks
- Side menu with all
+projectspresent in your task list for quick filtering - Privacy-friendly, does not use a server backend or communicates with external APIs or services, everything stays on your own device
Planned Features
- Custom attributes such as
due:date
Download and install for your respective OS from the releasees page.
Available platforms:
- Windows
exemsi - Android
apk - Linux
debrpmAppImage
References and sources used in the project.
./gen-chglog.py {version} -r README.md -r package.json -r src-tauri/tauri.conf.json -r src-tauri/Cargo.toml
# Unstage commit
npm install --package-lock-only
cd src-tauri
cargo update
cd ..
npm run tauri build
npm run tauri android build
