| Crates.io | rfsee |
| lib.rs | rfsee |
| version | 0.1.0 |
| created_at | 2024-12-26 05:58:20.737391+00 |
| updated_at | 2024-12-26 05:58:20.737391+00 |
| description | Search and view RFCs in Neovim and from the terminal. |
| homepage | |
| repository | https://github.com/matthewmturner/rfsee |
| max_upload_size | |
| id | 1495461 |
| size | 30,041 |
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.
Currently the CLI app can only be installed with cargo.
With Lazy
{
'matthewmturner/rfsee',
opts = {}
}
After installing, you can run the following to create the index.
rfsee index
Then, to execute a query its as simple as
rfsee search --terms MY_SEARCH_TERMS
: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.