3 unstable releases
0.2.2 | Feb 7, 2021 |
---|---|
0.2.1 | Jan 18, 2021 |
0.2.0 |
|
0.1.0 | Dec 29, 2020 |
#17 in #ietf-rfc
14KB
243 lines
██▄██ ▄▄█▄ ▄█ ▄▄
██ ▄█ ▄▄██ ██ ▄█
█▄▄▄█▄▄▄██▄██▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ietf 0.2.2
CLI for reading IETF RFCs.
USAGE:
ietf [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-n, --number <serial> RFC Serial Number
-r, --remove <serial> 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
- RFC index browser
- Read By RFC number
- Local Storage in (
~/rfc/
on unix systems andC:\Users\{NAME}
on windows) - Pager
Guide
Installing
You can install it with the Rust package manager Cargo like this:
$ cargo install ietf
View RFC index
$ ietf
Read RFC by number
$ ietf -n 1
Remove an RFC
$ ietf -r 1
Remove the RFC storage directory:
$ ietf clean
Update/Download RFC index
$ ietf update
Dependencies
~8MB
~134K SLoC