neo451/feed.nvim

website github github
media
stars 90
issues 3
subscribers 2
forks 1
CREATED

2024-08-24

UPDATED

24 days ago


feed.nvim is a web feed reader in Neovim.

image

image

[!WARNING] This project is young, expect breaking changes, but usage should be fun and seamless, go ahead and enjoy!

see Roadmap for where this project goes.

๐ŸŒŸ Features

  • ๐ŸŒฒ Fast and reliable rss/atom/json feed feed parsing, powered by tree-sitter
  • ๐Ÿ“ View entries as beautiful markdown powered by pandoc
  • ๐Ÿช Lua database with no extra dependency
  • ๐Ÿ“š Powerful entry searching by date, tag, feed, regex, and fulltext
  • ๐Ÿ“‚ OPML support to import and export all your feeds and podcasts
  • ๐Ÿงก RSShub integration to discover and track everything
  • :octocat: Github integration to subscrbe to the new commits/release of your favorite repo/plugin
  • Work as a feed server with a web interface
  • Work as a feed client with support for services like Tiny Tiny RSS and Fresh RSS

๐Ÿš€ Installation

Requirements

  • neovim 0.10+
  • curl
  • pandoc
  • (optional) rg

Basic Installation

For rocks.nvim:

Rocks install feed.nvim

For lazy.nvim:

{ "neo451/feed.nvim", cmd = "Feed" }

Health Check

  • run :checkhealth feed to see your installation status

๐Ÿ”– Usage

โค๏ธ Related Projects