Reminders

Simple and elegant task management application.

GitHub npm

Features

Task lists
Due dates
Priority
Categories
Sync

Installation

From App Store

Open the App Store in zOS and search for "Reminders".

Via npm

npm install @zos-apps/todo

How to Use

Keyboard Shortcuts

ShortcutAction
Cmd+NNew task
EnterSave
DeleteRemove

Development

# Install dependencies
npm install

# Start development
npm run dev

# Build for production
npm run build