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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user