Add tools and workspace skill - web-clipper.py for saving URLs with notes - workspace-tools skill documenting the setup - Shell aliases and tmux config - Updated task tracking

This commit is contained in:
2026-01-30 23:15:47 -06:00
parent f18a1944d6
commit 41dc7ca06b
4 changed files with 191 additions and 2 deletions

View File

@ -22,8 +22,15 @@ Generate daily activity summary.
python3 tools/daily-digest.py
```
### web-clipper.py
Save URLs with titles, notes, and tags.
```bash
python3 tools/web-clipper.py add "url" "title" "notes"
python3 tools/web-clipper.py list [limit]
python3 tools/web-clipper.py search "query"
```
## Planned
- [ ] Web clipper (save URLs with notes)
- [ ] File indexer with tags
- [ ] Reminder system