hjklue 0.1.0

A vim-style terminal crossword puzzle player
hjklue-0.1.0 is not a library.

hjklue

A vim-style crossword puzzle TUI (terminal user interface).

Installation

Pre-built Binary (Easiest)

Download the latest release binary for your platform and run directly:

./hjklue puzzle.puz

No installation required - it's a single executable file.

Building from Source

Requires the Rust toolchain. Install Rust via rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Then clone and build:

git clone https://github.com/stmorse/hjklue
cd hjklue
cargo build --release
./target/release/hjklue puzzle.puz

Install via Cargo

If you have Rust installed, you can install directly:

cargo install --git https://github.com/stmorse/hjklue

Usage

hjklue <puzzle.puz>

Accepts .puz format crossword puzzle files.