A terminal CLI for browsing the latest deals from Ozbargain.com.au.
- Browse latest deals from Ozbargain RSS feed
- Navigate with arrow keys (up/down)
- Open deals in your browser with Enter
- Colorful gradient ASCII art logo
- Discrete mode to hide the logo
npx ozbargain-cliOr install globally:
npm install -g ozbargain-cliozbargain
# or
npx ozbargain-cliozbargain --discrete
# or
npx ozbargain-cli --discrete| Key | Action |
|---|---|
| ↑ | Move up |
| ↓ | Move down |
| Enter | Open deal in browser |
| q | Quit |
| Ctrl+C | Quit |
# Clone the repo
git clone https://github.com/YOUR_USERNAME/ozbargain-cli.git
cd ozbargain-cli
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm start
npm run start:discreteMIT