Hacker News CLI
발행: (2026년 4월 16일 AM 06:35 GMT+9)
1 분 소요
원문: Hacker News
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.