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:
29
tools/README.md
Normal file
29
tools/README.md
Normal 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
|
||||
Reference in New Issue
Block a user