Files
workspace/tools/README.md

639 B

Tools

Local tools and utilities we build.

Built

search.py

Search workspace files for keywords.

python3 tools/search.py "query" [max_results]

inbox-processor.py

Show inbox contents and status.

python3 tools/inbox-processor.py

daily-digest.py

Generate daily activity summary.

python3 tools/daily-digest.py

web-clipper.py

Save URLs with titles, notes, and tags.

python3 tools/web-clipper.py add "url" "title" "notes"
python3 tools/web-clipper.py list [limit]
python3 tools/web-clipper.py search "query"

Planned

  • File indexer with tags
  • Reminder system