{"id":19369270,"url":"https://github.com/cbodden/rfc-reader","last_synced_at":"2026-06-11T01:31:23.352Z","repository":{"id":8358719,"uuid":"9922460","full_name":"cbodden/rfc-reader","owner":"cbodden","description":"this is a command line (linux) rfc reader","archived":false,"fork":false,"pushed_at":"2014-10-05T16:29:32.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T13:48:55.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbodden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-07T21:50:37.000Z","updated_at":"2014-10-05T16:31:15.000Z","dependencies_parsed_at":"2022-08-07T04:00:32.841Z","dependency_job_id":null,"html_url":"https://github.com/cbodden/rfc-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbodden/rfc-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbodden%2Frfc-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbodden%2Frfc-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbodden%2Frfc-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbodden%2Frfc-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbodden","download_url":"https://codeload.github.com/cbodden/rfc-reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbodden%2Frfc-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:10:23.986Z","updated_at":"2026-06-11T01:31:23.332Z","avatar_url":"https://github.com/cbodden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"rfc-reader\n====\n\nThis script is used to read RFC's, and search for RFC's by syntax.\u003cbr\u003e\nIt has support for BCP, FYI, IEN, STD, \u0026 RFC.\n\n\nUsage\n----\n\n\u003cpre\u003e\u003ccode\u003e\nUsage: rfc-editor \u0026lt;name (-n)|read (-r)|search (-s)\u0026gt; \u0026lt;####\u0026gt; \u0026lt;bcp|fyi|ien|std|rfc\u0026gt;\n       rfc-editor \u0026lt;latest\u0026gt;\n\nUsage examples:\n  rfc-editor name 3334 rfc     # displays RFC #3334 name\n    ex: 3334 Policy-Based Accounting. T. Zseby, S. Zander, C. Carle. October\n             2002. (Format: TXT=103014 bytes) (Status: EXPERIMENTAL)\n\n  rfc-editor search \u0026lt;term\u0026gt; rfc # Displays index of matches with RFC #'s\n    ex: rfc-editor search transport rfc\n\n        0905 ISO Transport Protocol specification ISO DP 8073. ISO. April\n             1984. (Format: TXT=249214 bytes) (Obsoletes RFC0892) (Status:\n             UNKNOWN)\n\n        0939 Executive summary of the NRC report on transport protocols for\n             Department of Defense data networks. National Research Council.\n             February 1985. (Format: TXT=42345 bytes) (Status: UNKNOWN)\n\n  rfc-editor read 38 fyi       # read fyi #38\n  \n  rfc-editor latest            # shows list of latest rfc's\u003c/code\u003e\u003c/pre\u003e\n\nRequirements\n----\n\n- Bash (http://tiswww.case.edu/php/chet/bash/bashtop.html)\n- Less (http://www.greenwoodsoftware.com/less/)\n- Wget (http://www.gnu.org/software/wget/)\n- cURL (http://curl.haxx.se/)\n- and a terminal emulator of some sort, either:\n- Xterm (http://invisible-island.net/xterm/)\n- aterm (http://aterm.sourceforge.net)\n- mrxvt (http://materm.sourceforge.net/)\n- rxvt (http://rxvt.sourceforge.net/)\n- urxvt (http://software.schmorp.de/pkg/rxvt-unicode.html)\n\nTodo / Add\n----\n\n\n\nLicense and Author\n----\n\nAuthor:: Cesar Bodden (cesar@pissedoffadmins.com)\n\nCopyright:: 2013, Pissedoffadmins.com\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbodden%2Frfc-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbodden%2Frfc-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbodden%2Frfc-reader/lists"}