{"id":16590023,"url":"https://github.com/dansomething/vim-hackernews","last_synced_at":"2025-10-29T09:32:05.061Z","repository":{"id":137992394,"uuid":"122142956","full_name":"dansomething/vim-hackernews","owner":"dansomething","description":"Hacker News plugin for Vim (formerly ryanss/vim-hackernews)","archived":false,"fork":false,"pushed_at":"2018-04-17T13:36:30.000Z","size":589,"stargazers_count":24,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T00:31:53.738Z","etag":null,"topics":["hackernews","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"https://vim.sourceforge.io/scripts/script.php?script_id=5108","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dansomething.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-20T01:33:02.000Z","updated_at":"2024-03-01T14:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1b00fb9-c798-4c67-b719-d954a338525b","html_url":"https://github.com/dansomething/vim-hackernews","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansomething%2Fvim-hackernews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansomething%2Fvim-hackernews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansomething%2Fvim-hackernews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansomething%2Fvim-hackernews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansomething","download_url":"https://codeload.github.com/dansomething/vim-hackernews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238803315,"owners_count":19533293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hackernews","vim","vim-plugin"],"created_at":"2024-10-11T23:10:44.049Z","updated_at":"2025-10-29T09:31:59.740Z","avatar_url":"https://github.com/dansomething.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-hackernews [![Version](https://img.shields.io/badge/version-0.2-orange.svg)](https://github.com/dansomething/vim-hackernews/releases/tag/v0.2) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dansomething/vim-hackernews/raw/master/LICENSE)\n==============\n\nBrowse [Hacker News](https://news.ycombinator.com) inside Vim. Fork of [vim-hackernews](https://vim.sourceforge.io/scripts/script.php?script_id=5108) which is no longer maintained.\n\n![Hacker News Front Page in Vim](https://github.com/dansomething/vim-hackernews/raw/master/screenshots/vim-hackernews-home.png)\n\n![Hacker News Comments in Vim](https://github.com/dansomething/vim-hackernews/raw/master/screenshots/vim-hackernews-item.png)\n\nUses [cheeaun's Unofficial Hacker News API](https://github.com/cheeaun/node-hnapi)\nto retrieve home page stories and comments and\n[FUCK YEAH MARKDOWN](http://fuckyeahmarkdown.com) for rendering HTML articles\nas text.\n\n\nBasic Usage\n-----------\n\n* Open the Hacker News front page in Vim by executing the `:HackerNews` command\n* The HackerNews command takes an optional parameter to view items other\n  than the top stories on the front page: `ask`, `show`, `shownew`, `jobs`,\n  `best`, `active`, `newest`, `noobstories`, `\u003citem id\u003e`, or `\u003csearch query\u003e`\n* Press lowercase `o` to open links in Vim\n* Press uppercase `O` to open links in default web browser\n* Numbered lines with story titles on the front page link to the story url\n* Comment lines on the front page link to the comments url\n* Press uppercase `F` to fold current comment thread\n* Press lowercase `u` to go back\n* Press `Ctrl+r` to go forward\n* Execute the `:bd` command to close and remove the Hacker News buffer\n\n\nEnhanced Motions\n----------------\n\nUppercase `J` and `K` are mapped to helpful new motions based on what type of\ncontent is on the screen:\n\n* Move to next/prev item when viewing the front page. (If the cursor is on a\n  numbered line with story title the cursor will move to the next/prev numbered\n  line with story title. If the cursor is on a comment line it will move to the\n  next/prev comment line.)\n* Move to next/prev comment when viewing comments.\n* Move to next/prev paragraph when viewing the text version of articles.\n\n\nInstallation\n------------\n\n##### Pathogen (https://github.com/tpope/vim-pathogen)\n```bash\ngit clone https://github.com/dansomething/vim-hackernews ~/.vim/bundle/vim-hackernews\n```\n\n##### Vundle (https://github.com/gmarik/vundle)\n```\nPlugin 'dansomething/vim-hackernews'\n```\n\n##### vim-plug (https://github.com/junegunn/vim-plug)\n```\nPlug 'dansomething/vim-hackernews'\n```\n\n##### NeoBundle (https://github.com/Shougo/neobundle.vim)\n```\nNeoBundle 'dansomething/vim-hackernews'\n```\n\n\nRunning Tests\n-------------\n\n```bash\n$ vim -c Vader! tests.vader\n```\n\n\nContributions\n-------------\n\n[Issues](https://github.com/dansomething/vim-hackernews/issues) and\n[Pull Requests](https://github.com/dansomething/vim-hackernews/pulls) are always\nwelcome!\n\n\nLicense\n-------\n\nCode is available according to the MIT License\n(see [LICENSE](https://github.com/dansomething/vim-hackernews/raw/master/LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansomething%2Fvim-hackernews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansomething%2Fvim-hackernews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansomething%2Fvim-hackernews/lists"}