@hitsujiwool/td
v0.1.0
Published
TUI ToDo tool
Readme
td
Tiny TUI ToDo manager
Concepts
Built with Unix Philosophy in mind:
- Plain text — Data is just Markdown files. Grep it, sync it, version it.
- Composable — Works with your shell, scripts, and existing tools.
- Minimal — No database, no server, no lock-in.
Installation
- clone this repo
- run
npm ci - run
npm run build - run
npm link - run
td
Configuration
Config file: ~/.td/config.json
{
"dataDirectory": "/path/to/your/tasks"
}| Key | Description | Default |
|-----|-------------|---------|
| dataDirectory | Where task files are stored | ~/.td/data |
Run td config to open the config file in your editor.
License
ISC
