Setup your own RFC Editor for Linux.
Well, if you are a professional who has to keep referring to RFC, then you know how good it would be to have the RFC downloaded and kept in your computer. But then unless you can search it and use and editor with it, its of not much use. So, here is something that you can do :
First get the rfc rpm from the below link:
http://rpmfind.net/linux/rpm2html/search.php?query=rfc
And then set the correct editor for the RFC files:
RFCEDITOR=vim
And then you would need to set the full path for the RFC repository to a file called “~/.rfcrc”. This file would contain only one line and that would be the path where you have stored all the RFC’s. And BTW, if you do not download the RFC’s then this tool will directly search and download from the default base location so you do not need to do anything.
And then you can also set syntax and filetype in .vimrc to “rfc”. Now you are all set.
Just execute
rfc
You will see the list of options. And here is quick options that you may keep handy
rfc -- show the headline for the rfc rfc -l -- open the rfc rfc -r -- do regex search on rfc-index rfc -s -- search for string
Hope this helps
Related articles
- WebSockets RFC is now official (ietf.org)
Related Articles:
- 2012/02/09 Tora installation on Fedora 16 with rpm
- 2011/12/19 Blogging from N900
- 2011/09/07 ss – utility to investigate sockets.
- 2011/09/04 debug call function() to debug a function in vim
- 2011/08/03 Installing Full Blin g theme on N900
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.