x rfc - RFC Document Assistant
Prerequisites
-
Load x-cmd before use:
. ~/.x-cmd.root/X -
x-cmd not installed? → data/install.md
Core Functions
- List RFC documents:
x rfc ls - View RFC document:
x rfc <number> - Search RFC:
x rfc : <keyword> - AI summary search:
x rfc :: <keyword>
Usage Examples
List all RFC documents
x rfc ls
x rfc ls --csv
x rfc ls --tsv
View specific RFC document
x rfc 1003
x rfc 791
Search RFC website
x rfc : csv
x rfc : http protocol
AI summary search results
x rfc :: tcp
x rfc :: tls ssl
Common Scenarios
- List all RFCs:
x rfc ls - Read RFC 791 (TCP):
x rfc 791 - Search for HTTP protocol:
x rfc : http - Get AI summary of TLS RFCs:
x rfc :: tls
Get Help
Run x rfc --help for full help documentation.