Update documentation and daily log

This commit is contained in:
2026-01-30 23:20:47 -06:00
parent 25c64a2b8e
commit 5fc5ec58d2
2 changed files with 60 additions and 1 deletions

View File

@ -30,6 +30,39 @@ python3 tools/web-clipper.py list [limit]
python3 tools/web-clipper.py search "query"
```
### dashboard.py
Web dashboard showing workspace status.
```bash
python3 tools/dashboard.py # Serves on localhost:8080
```
### briefing.py
Generate morning briefing with tasks, notes, and clips.
```bash
python3 tools/briefing.py
```
### scaffold.py
Create new projects from templates (python, node, script, docs, experiment).
```bash
python3 tools/scaffold.py <name> [template] [description]
python3 tools/scaffold.py --list
```
### watcher.py
Monitor workspace for file changes.
```bash
python3 tools/watcher.py check # Check once
python3 tools/watcher.py watch # Monitor continuously
```
### focus.py
Pomodoro-style focus timer with logging.
```bash
python3 tools/focus.py 25 "Task description"
python3 tools/focus.py stats
```
## Planned
- [ ] File indexer with tags