Skip to content

8liam/ozbargain-cli

Repository files navigation

ozbargain-cli

A terminal CLI for browsing the latest deals from Ozbargain.com.au.

image

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-cli

Or install globally:

npm install -g ozbargain-cli

Usage

Normal mode (with logo)

ozbargain
# or
npx ozbargain-cli

Discrete mode (no logo)

ozbargain --discrete
# or
npx ozbargain-cli --discrete

Controls

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:discrete

License

MIT

About

View the latest deals right from your terminal

Topics

Resources

Stars

Watchers

Forks