EzyCopy CLI
Extracts clean markdown from URLs. Default: fast HTTP fetch. Use --browser for Chrome when needed.
Usage
code
ezycopy <URL> [flags]
Flags:
- •
-c— Copy output to clipboard - •
-o <path>— Save to file/directory - •
--browser— Use Chrome (for JS-heavy or authenticated sites) - •
--no-images— Strip image links - •
-t <duration>— Timeout (default: 30s)
When to use --browser
- •Twitter/X, SPAs, or JS-rendered sites
- •Authenticated/paywalled content
- •If default returns empty or suspiciously short content
Execution Notes
- •When using
--browsermode, run as a foreground process - •Don't use
2>&1- let stderr flow naturally
Install
If not installed: curl -sSL https://raw.githubusercontent.com/gupsammy/EzyCopy/main/install.sh | sh