Initial sandbox buildout - Structure: projects, docs, inbox, archive, templates, scripts, tools - Tools: search.py, inbox-processor.py, daily-digest.py - Shell aliases and bashrc integration - Templates for projects and notes - MEMORY.md, TASKS.md, STRUCTURE.md - tmux config

This commit is contained in:
2026-01-30 23:14:35 -06:00
commit f18a1944d6
19 changed files with 828 additions and 0 deletions

29
tools/README.md Normal file
View File

@ -0,0 +1,29 @@
# Tools
Local tools and utilities we build.
## Built
### search.py
Search workspace files for keywords.
```bash
python3 tools/search.py "query" [max_results]
```
### inbox-processor.py
Show inbox contents and status.
```bash
python3 tools/inbox-processor.py
```
### daily-digest.py
Generate daily activity summary.
```bash
python3 tools/daily-digest.py
```
## Planned
- [ ] Web clipper (save URLs with notes)
- [ ] File indexer with tags
- [ ] Reminder system