``` console ██▄██ ▄▄█▄ ▄█ ▄▄ ██ ▄█ ▄▄██ ██ ▄█ █▄▄▄█▄▄▄██▄██▄██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

ietf 0.1.0 A program to read RFCs in the terminal.

USAGE: ietf [OPTIONS] [SUBCOMMAND]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -n, --number RFC Serial Number -r, --remove RFC Serial Number

SUBCOMMANDS: clean Remove the rfc directory help Prints this message or the help of the given subcommand(s) update Update RFC Index
```

Features

Guide

Installing

You can install it with the Rust package manager Cargo like this:

bash $ cargo install ietf

View RFC index

bash $ ietf

Read RFC by number

bash $ ietf -n 1

Remove an RFC

bash $ ietf -r 1

Remove the RFC storage directory:

bash $ ietf clean

Update/Download RFC index

bash $ ietf update