Hasty Briefsbeta

Show HN: HN Term – browse HN using the terminal

10 hours ago
  • #Hacker News
  • #React
  • #Terminal UI
  • Terminal-based Hacker News reader built with React and OpenTUI
  • Supports browsing different Hacker News story types (top, new, show, ask, jobs)
  • Features Vim-like keybindings (hjkl navigation) for keyboard navigation
  • Real-time story and comment loading using the official HN API
  • Terminal-based UI with responsive layout
  • Configurable key bindings and theme colors
  • Project structure includes components, hooks, contexts, types, utils, and constants
  • Main application entry point is src/index.tsx
  • Custom hooks for data fetching, navigation, and comment management
  • Requires Bun v1.2.20 or later for development
  • Installation involves cloning the repo, installing dependencies, and customizing config
  • Default key bindings include navigation and action keys
  • Supports customizable theme colors for UI elements