Add batch article fetching: derstandard articles url1,url2,...

This commit is contained in:
Agent 2026-02-03 21:46:50 +00:00
parent b603036509
commit 01aec23f1f
2 changed files with 22 additions and 8 deletions

View file

@ -47,6 +47,7 @@ Helper script: `~/bin/derstandard`
```bash
derstandard items [max] # Title + URL pairs (tab-separated)
derstandard article <url> # Full article content for a specific URL
derstandard articles <url1>,<url2>,... # Fetch multiple articles (comma-separated)
derstandard urls [max] # Article URLs only (default: 50)
derstandard titles [max] # Article titles only
derstandard raw [max] # Full RSS XML
@ -57,7 +58,7 @@ derstandard raw [max] # Full RSS XML
**Workflow for news briefing:**
1. `derstandard items` → pick interesting titles
2. `derstandard article <url>` → get full content for selected articles
2. `derstandard articles <url1>,<url2>,...` → get full content for selected articles
## Forgejo Git Access