30 lines
467 B
Markdown
30 lines
467 B
Markdown
# 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
|