hypixel-bazaar-tui 1.1.0

A TUI application to view the Hypixel Bazaar data. An upgraded version of my old CLI version
hypixel-bazaar-tui-1.1.0 is not a library.

Hypixel Bazaar TUI

A terminal UI for browsing the Hypixel Skyblock Bazaar. Search products, check buy/sell prices and spreads, and look at price history charts, all from the terminal.

Screenshots

Install

cargo install hypixel-bazaar-tui

Or build from source:

git clone https://github.com/Feromond/hypixel-bazaar-tui.git
cd hypixel-bazaar-tui
cargo run --release

Usage

Start typing to search for a product, then Enter to open it.

Search view

Key Action
Up / Down Move selection
Ctrl+Up / Ctrl+Down Jump to top / bottom
PageUp / PageDown Jump 20 rows
Ctrl+S Toggle sort (relevance / flip profit)
Enter Open product
Esc Clear search, or quit if empty

Product view

Key Action
p Toggle chart % / absolute mode
m Toggle SMA overlay
g Toggle midline
r Refresh
Esc / b Back to search

Ctrl+C quits from anywhere.

Building on Windows

The build script bundles icons/hypixel-bazaar-tui.ico into the binary. Swap that file out if you want a different icon, then cargo build --release.

License

MIT