GitHub - dpzmick/kak-hackernews: Hacker news in kakoune

· GitHub

1 min read Original article ↗

Latest commit

History

3 Commits

Folders and files

NameName

Last commit message

Last commit date

Repository files navigation

Install

Copy (or symlink) hacker_news.kak into ~/.config/kak/autoload/

See screenshot:

demo

Commands

  • hacker_stories - opens a new buffer (from a fifo) with the top 50 stories on HN
  • hacker_open - opens a hacker news story with xdg-open
  • hacker_comments - opens the discussion page for the story (again with xdg-open)

Depends

  • curl
  • jq