doordash-browse
v1.0.0
Published
Interactive terminal browser for DoorDash CLI with inline images and fuzzy filtering
Readme
doordash-browse
Interactive terminal browser and spending reporter for DoorDash CLI.
npm install -g doordash-browseQuick start
# Rich TUI with inline images
doordash-browse
# Search restaurants
doordash-browse -q "ramen"
# Lightweight text-only mode
doordash-browse --lite
# Spending report (order history + receipts)
doordash-browse --spending --days 90doordash-browse opens an interactive TUI for DoorDash. --spending runs spending breakdown by month and store.
Spending report
doordash-browse --spending --days 30-d, --days <n> sets history window (default: 90, max: 365). --mock runs offline test mode.
Options
-q, --query <text>Search query-n, --nearbyBrowse nearby stores instead of restaurants-l, --liteLightweight text-only mode (no inline images)-s, --spendingRun spending report-d, --days <n>Days of history for spending report (default: 90)-h, --helpShow help
Requirements
Requires dd-cli installed and logged in (dd-cli login).
License
MIT © Hemanth.HM
