rfsee

Crates.iorfsee
lib.rsrfsee
version0.1.0
created_at2024-12-26 05:58:20.737391+00
updated_at2024-12-26 05:58:20.737391+00
descriptionSearch and view RFCs in Neovim and from the terminal.
homepage
repositoryhttps://github.com/matthewmturner/rfsee
max_upload_size
id1495461
size30,041
Matthew Turner (matthewmturner)

documentation

README

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.

Commit count: 96

cargo fmt