Skip to content

Qweffy/TodayOnly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodayOnly

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."

macOS

Native SwiftUI app with SwiftData persistence.

Install from source

  1. Open TodayOnly.xcodeproj in Xcode
  2. Cmd+R to run, or:
  3. Product → Archive → Distribute App → Custom → Copy App
  4. Move TodayOnly.app to /Applications

Requirements: Xcode 15+, macOS 14+

Windows

Lightweight native app built with Tauri (Rust + HTML/CSS/JS).

Install from source

  1. Install Rust and Node.js (v18+)
  2. Clone this repo and run:
cd windows
npm install
npm run tauri build
  1. Find the installer at windows/src-tauri/target/release/bundle/

Run in dev mode

cd windows
npm install
npm run tauri dev

How it works

  • 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.

License

MIT

About

A daily task manager that only manages today — Must Do vs Bonus, no carry-over. SwiftUI + SwiftData (macOS) and Tauri (Windows).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors