Skip to content

Converts an IETF standards document (RFC) into a CSV file

License

Notifications You must be signed in to change notification settings

digitorus/rfc2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Converts an IETF standards document (RFC) into a CSV file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published