Task.exe is a developer-style weekly planner that organizes schedules and to-dos using a `user@task:~$` prompt-style terminal UI.
It operates offline without a backend or login, and allows you to quickly add tasks using CLI commands and view them at a glance with code highlighting. ■ Recommended for:
- Developers who spend most of their time in the Terminal or VSCode
- Keyboard-centric users who found block-based to-do apps stifling
- Those looking for a lightweight planner to use offline without logging in or syncing
- Those who like hacker aesthetics, dark themes, and code fonts like Fira Code
■ Key Features
▸ CLI Input: Register a schedule in a single line using `add -d fri "Project Deadline" @Task`
▸ Syntax Highlighting: Color-coded tags (@), flags (-d), and commands
▸ Weekly View: View a week's schedule from Monday to Sunday in a terminal log format
▸ Offline First: All data is stored in the device's local DB (no account required)
▸ Multilingual: Supports switching between Korean and English UI
▸ Lightweight: No unnecessary permissions or background tracking
■ Free
- Default Terminal Themes: Amber, Matrix Green
- Bottom banner ads
- Unlock Fira Code fonts and special themes for 24 hours by watching rewarded ads
■ Task.exe Pro (In-app purchase)
- Permanently remove ads Unlock Extension Themes: Developer-friendly color schemes such as Dracula and Monokai
- Export: Save this week's tasks locally as Markdown (.md) / JSON files
→ Use directly for pasting in GitHub README, Obsidian, and Notion
■ Usage Examples
$ add -d mon "Sprint Planning" @work
$ add -d wed "Gym" @health
$ ls --week
$ done 3
■ Privacy & Permissions
- No sign-up or login required
- Internet permission is used only for displaying ads (unnecessary with Pro purchase)
- Schedule and task data is stored only on the device and is not transmitted externally
Organize your week with just a keyboard. 💻
Task.exe — A terminal weekly planner / to-do / task management app for developers