--- name: hn description: > Browse Hacker News from the terminal with a CLI and interactive TUI. Use when the user wants to read top/new/best/ask/show/jobs stories, view threads with nested comments, or search HN via Algolia. --- # hn Browse Hacker News from the terminal — CLI + interactive TUI. ## Install ```bash brew install aayush9029/tap/hn ``` ## Options | Flag | Description | |------|-------------| | `top/new/best/ask/show/jobs [n]` | List stories (default 30) | | `thread, t ` | View story + nested comments | | `search, s [n]` | Search stories (default 20) | | `-i, --interactive` | Launch full TUI | | `-v, --version` | Print version | | `-h, --help` | Show help |