Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imwally/rfcapropos
Like apropos(1) but for RFCs.
https://github.com/imwally/rfcapropos
Last synced: 11 days ago
JSON representation
Like apropos(1) but for RFCs.
- Host: GitHub
- URL: https://github.com/imwally/rfcapropos
- Owner: imwally
- License: isc
- Created: 2016-09-13T02:36:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T02:26:55.000Z (about 7 years ago)
- Last Synced: 2024-10-11T02:49:11.077Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rfcapropos
==========
Like apropos(1) but for RFCs.```
rfcapropos(1) rfcapropos(1)NAME
rfcapropos - search for RFCs by keyword or phraseSYNOPSIS
rfcapropos searches for Request For Comments by keywords or phrases and
displays the results on the standard output.NOTES
An internet connection is required. Search terms are sent to the
rfcsearch API at https://rfcsearch.herokuapp.com which in turn are
sent to RFC Editor's search page at
https://www.rfc-editor.org/search/rfc_search.php. Only alphanumerical
characters are allowed. For example, instead of searching for "ssl 3.0"
try the phrase "ssl 3" or "tls 1" instead of "tls1.2".AUTHOR
Wally JonesSEE ALSO
apropos(1)September 13, 2016 rfcapropos(1)
```Install
-------
`$ go get github.com/imwally/rfcapropos`