ozbargain-cli
v1.0.4
Published
CLI browser for Ozbargain deals
Downloads
144
Maintainers
Readme
ozbargain-cli
A terminal CLI for browsing the latest deals from Ozbargain.com.au.
Features
- 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
Installation
npx ozbargain-cliOr install globally:
npm install -g ozbargain-cliUsage
Normal mode (with logo)
ozbargain
# or
npx ozbargain-cliDiscrete mode (no logo)
ozbargain --discrete
# or
npx ozbargain-cli --discreteControls
| Key | Action | |-----|--------| | ↑ | Move up | | ↓ | Move down | | Enter | Open deal in browser | | q | Quit | | Ctrl+C | Quit |
Screenshot
Development
# 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:discreteLicense
MIT
