a75279c96c
* New Apps - Lot 1 Trying to mix it up a little with some fun, useful and just weird. Adds more new apps... Brainfuck Breakout Magic 8 Ball Todo List Also re-organised the app name part of main.yml * Fix build? * fixes * and some more * Update Brainfuck.cpp * i heard you like fixes with your fixes * no hard coded paths
38 lines
980 B
Markdown
38 lines
980 B
Markdown
# Todo List
|
|
|
|
A simple task list manager for Tactility.
|
|
|
|
## Overview
|
|
|
|
Keep track of tasks directly on your device. Add items, mark them complete, and delete them when done. Tasks are automatically saved and persist across sessions.
|
|
|
|
## Features
|
|
|
|
- Add, complete, and delete tasks
|
|
- Visual completion indicators (checkmarks vs pending dots)
|
|
- Strike-through styling for completed items
|
|
- Pending task counter in header
|
|
- Clear all completed tasks at once
|
|
- Persistent storage (survives reboots)
|
|
|
|
## Controls
|
|
|
|
- **Touch**:
|
|
- Tap a task: Toggle between done and pending
|
|
- Tap X button: Delete a task
|
|
- **Text Input**: Type a task name, then press Enter or the + button to add it
|
|
- **Toolbar Button**: Trash icon to clear all completed tasks
|
|
|
|
## Storage
|
|
|
|
Tasks are saved to the app's user data directory in a simple text format:
|
|
- `-` prefix = pending task
|
|
- `+` prefix = completed task
|
|
|
|
Up to 50 tasks, 128 characters each.
|
|
|
|
## Requirements
|
|
|
|
- Tactility
|
|
- Touchscreen or keyboard
|