RFCs cover many aspects of computer networking, including protocols, procedures, programs, and concepts, as well as meeting notes, opinions, and sometimes humor.
CLI tool to search and search for RFCs from the IETF website, built in Python3.
Use git to install getrfc.
git clone https://github.com/jmreis/getrfc.git
_____ _ _____ ______ _____
/ ____| | | | __ \| ____/ ____|
| | __ ___| |_| |__) | |__ | |
| | |_ |/ _ \ __| _ /| __|| |
| |__| | __/ |_| | \ \| | | |____
\_____|\___|\__|_| \_\_| \_____|
---------------------------------------
Usage:
======
getrfc <arguments>
Arguments:
-h or --help print help information
<RFC number> print the RFC
-l or --list print the RFC list
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.