A minimal daily task manager. Not a todo app — it only manages today.
Two sections: Must Do and Bonus. Tasks don't carry over automatically — when you open the app on a new day, you review what's left and decide what to keep.
When adding a task, if it takes less than 5 minutes, the app tells you: "Do it now."
Native SwiftUI app with SwiftData persistence.
- Open
TodayOnly.xcodeprojin Xcode Cmd+Rto run, or:- Product → Archive → Distribute App → Custom → Copy App
- Move
TodayOnly.appto/Applications
Requirements: Xcode 15+, macOS 14+
Lightweight native app built with Tauri (Rust + HTML/CSS/JS).
cd windows
npm install
npm run tauri build- Find the installer at
windows/src-tauri/target/release/bundle/
cd windows
npm install
npm run tauri dev- Add a task → asked if it takes more than 5 minutes
- Less than 5 min → "Do it now." Mark as done or add anyway
- More than 5 min → Choose: Must Do or Bonus
- Check off tasks as you complete them
- Delete tasks you don't need
- Next day → review unfinished tasks: carry to today, mark done, or drop
No backlog. No reminders. No notifications. No sync. Just today.
MIT