rfc2csv

command module
v0.0.0-...-bda26e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2020 License: BSD-2-Clause Imports: 13 Imported by: 0

README

rfc2csv

Converts an IETF standards document (RFC) into a CSV file, ignoring common sections such as the Introduction, Definitions, Acknowledgements, etc.

This application was written with the intention to create a quick compliance check list from an RFC document.

Install

go install github.com/digitorus/rfc2csv

Usage

rfc2csv {rfc number}
rfc2csv {rfc number} {rfc number} {rfc number} ...

rfc2csv 5280
rfc2csv 5280 5019

Using Docker

docker run -ti digitorus/rfc2csv sh

After this you can use the rfc2csv command from above.

Reconnect Docker image

docker ps -a
docker start {container id}
docker attach {container id}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL