The command-line companion to Parsely — a smart recipe scraper for the terminal. Paste a URL and get a clean, viewport-filling recipe card rendered with Ink. Features alternate screen mode, light/dark theme detection with runtime toggle, and a live scraping pipeline visualization.
Under the hood: headless Chrome extracts Schema.org JSON-LD, with an AI fallback via OpenAI gpt-4o-mini when browser parsing fails.
Install
npm install -g @sambitcreate/parsely-cli
brew tap sambitcreate/tap && brew install parsely