#ietf-rfc #rfc #pager #cli

app ietf

一个用于在终端中阅读 IETF RFC 的程序

3 个不稳定版本

0.2.2 2021 年 2 月 7 日
0.2.1 2021 年 1 月 18 日
0.2.0 2021 年 1 月 12 日
0.1.0 2020 年 12 月 29 日

#ietf-rfc 中排名 17

MIT 许可证

14KB
243 代码行

██▄██ ▄▄█▄ ▄█ ▄▄
██ ▄█ ▄▄██ ██ ▄█
█▄▄▄█▄▄▄██▄██▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

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

特性

  • RFC 索引浏览器
  • 按 RFC 编号阅读
  • 本地存储在 (~/rfc/ 在 Unix 系统上和 C:\Users\{NAME} 在 Windows 上)
  • 分页器

指南

安装

您可以使用 Rust 包管理器 Cargo 如下安装:

 $ cargo install ietf

查看 RFC 索引

$ ietf

按编号阅读 RFC

$ ietf -n 1

删除 RFC

$ ietf -r 1

删除 RFC 存储目录

$ ietf clean

更新/下载 RFC 索引

$ ietf update

依赖项

~8MB
~134K SLoC