Skip to content

daviferreira/TodayTomorrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodayTomorrow icon

Today/Tomorrow

A radically simple macOS todo app with a CRT terminal aesthetic.

Download

TodayTomorrow screenshot


Philosophy

Most todo apps do too much. Today/Tomorrow does three things:

  • Today — what you're doing now
  • Tomorrow — what you're doing next
  • Future — everything else

At midnight, Tomorrow becomes Today. That's it.

Features

  • Three sections with color-coded accents (green / cyan / amber)
  • CRT terminal aesthetic — dark phosphor background, SF Mono, glowing text
  • SwiftData persistence — tasks survive app restarts
  • Drag and drop — reorder within sections or move across them
  • Midnight rollover — incomplete Tomorrow tasks move to Today automatically
  • Keyboard shortcutsCmd+1/2/3 to focus sections, Cmd+N for new task, Tab to cycle
  • Collapsible Future section
  • Today progress ring — visual completion tracker in the header

Keyboard Shortcuts

Shortcut Action
Cmd+1 Focus Today input
Cmd+2 Focus Tomorrow input
Cmd+3 Focus Future input
Cmd+N New task (Today)
Tab Cycle between sections
Enter Add task

Requirements

  • macOS 14.0+
  • Xcode 16+ (to build from source)

Install

Download

Grab the latest .zip from Releases, unzip, and move to /Applications.

Build from source

git clone https://github.com/daviferreira/TodayTomorrow.git
cd TodayTomorrow
xcodegen generate
xcodebuild -scheme TodayTomorrow -configuration Release build

Tech Stack

  • SwiftUI + SwiftData
  • Zero dependencies
  • ~600 lines of Swift

License

MIT

About

Todo app with "What are you doing today?" and "What are you going to do tomorrow"?

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages