#rfc #cli #neovim #search #view #terminal

app rfsee

Search and view RFCs in Neovim and from the terminal

1 unstable release

0.1.0 Dec 26, 2024

#1166 in Command line utilities

Download history 134/week @ 2024-12-25 7/week @ 2025-01-08

141 downloads per month

MIT license

29KB
513 lines

rfsee

Search and view RFCs in Neovim and from the terminal. A TF-IDF index is built on the contents of all RFCs from the IETF and then saved locally in a JSON file. A CLI app and NeoVim plugin are provided for searching this index.

Install

Terminal

Currently the CLI app can only be installed with cargo.

NeoVim

With Lazy

{
    'matthewmturner/rfsee',
    opts = {}
}

Getting Started

After installing, you can run the following to create the index.

Terminal

rfsee index

Then, to execute a query its as simple as

rfsee search --terms MY_SEARCH_TERMS

NeoVim

:RFCIndex

Then, to execute a query its as simple as

:RFC MY_SEARCH_TERMS

The above will open a new buffer with the results from your search. You can navigate up and down and then press <Enter> on a line to open that RFC in your browser. In the future this will open the selected RFC in NeoVim.

Dependencies

~7–22MB
~267K SLoC