Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 661 Bytes

File metadata and controls

30 lines (20 loc) · 661 Bytes

Web

Mode: 🔐 Browser · Domain: any URL

Commands

Command Description
opencli web read <url> Fetch any web page and export as Markdown

Usage Examples

# Read a web page and save as Markdown
opencli web read https://example.com/article

# Custom output directory
opencli web read https://example.com/article --output ./my-articles

# Skip image download
opencli web read https://example.com/article --download-images false

# JSON output
opencli web read https://example.com/article -f json

Prerequisites