Hacker News CLI

발행: (2026년 4월 16일 AM 06:35 GMT+9)
1 분 소요

Source: Hacker News

Overview

hn 명령어로 해킹을 시작하세요:

$ hn --help
Usage: hn [OPTIONS] COMMAND [ARGS]...

  HackerNews CLI - for hackers

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  comment   comment story on HackerNews
  comments  show comments for the story
  go        go to the story on HackerNews
  stories   list stories

Commands

stories

$ hn stories --help
Usage: hn stories [OPTIONS]

  list stories

Options:
  -s, --sort_by [newest|best]  sort type
  -l, --limit INTEGER          number of top stories to show
  --help                       Show this message and exit.

go

$ hn go --help
Usage: hn go [OPTIONS] STORY_ID

  go to the story on HackerNews

Options:
  --help  Show this message and exit.

comments

$ hn comments --help
Usage: hn comments [OPTIONS] STORY_ID

  show comments for the story

Options:
  --help  Show this message and exit.

comment

$ hn comment --help
Usage: hn comment [OPTIONS] STORY_ID

  comment story on HackerNews

Options:
  --help  Show this message and exit.
0 조회
Back to Blog

관련 글

더 보기 »

Hacker News CLI (2014)

명령어 시작: hn 명령어로 해킹 시작: bash $ hn --help 사용법: hn OPTIONS COMMAND ARGS... HackerNews CLI - 해커용 옵션: --version 버전을 표시하고...

Wacli – WhatsApp CLI: 동기화, 검색, 전송

🗃️ wacli — WhatsApp CLI: 동기화, 검색, 전송 whatsmeow 위에 구축된 WhatsApp CLI로, 다음에 중점을 둡니다: - 메시지 기록의 최선 노력 로컬 동기화 및 지속적인 캡처.

SMS를 Notion으로

오늘 SMS‑to‑Notion 파이프라인을 연결했습니다. Twilio가 메시지를 수신하고, Make가 오케스트레이션을 수행하며, 작은 PHP 엔드포인트가 파일 업로드를 처리하고, 구조화된 레코드가 저장됩니다.