Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 633 Bytes

witui

Wikipedia on your terminal built with rust 🦀

Features

  • Browse Wikipedia articles directly from your terminal
  • Clean, distraction-free reading experience
  • Keyboard-based navigation
  • Easy search functionality
  • Scrollable content with proper text wrapping
  • Styled headings and text formatting
  • Links support for further article exploration

Installation

Make sure you have Rust installed on your system. Then:

# Clone the repository
git clone https://github.com/dsilverdi/witui.git

# Navigate to project directory
cd witui

# Build and install
cargo install --path .