neo451 / feed.nvim

feature-rich neovim web feed reader, rss, atom and json, all in lua
https://luarocks.org/modules/neo451/feed.nvim
GNU General Public License v3.0
56 stars 1 forks source link

📻 feed.nvim

Static Badge GitHub repo size GitHub Actions Workflow Status

feed.nvim is a web feed reader in neovim, leveraging modern neovim features and plugin system

🚧 🚧 🚧

This project is in beta, many features are incomplete, and database format is prune to breaking changes, but the parser and renderer is already very powerful for most feeds, if you just wanna do some simple reading, this is very useable. Contributions are welcome!

see Roadmap for where this project goes

🚧 🚧 🚧

🌟 Features

🚀 Installation

Basic Installation

requires nvim 0.10 and curl to be installed on your path.

For rocks.nvim:

Rocks install feed.nvim

For lazy.nvim:

return { 'neo451/feed.nvim' }

For other package managers, you need to manually install nvim-lua/plenary.nvim, neo451/treedoc.nvim, and tree-sitter parsers for xml, html, and optionally markdown.

Health Check

Optional Integrations

🔖 Usage

Related Projects