Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 phrase

SYNOPSIS
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 Jones

SEE ALSO
apropos(1)

September 13, 2016 rfcapropos(1)
```

Install
-------
`$ go get github.com/imwally/rfcapropos`