Skip to content

xverizex/rfcreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfcreader 0.8

rfcreader the instrument for navigation on documents RFC.

  • the select is show txt or pdf.
  • The find of keywords is no dependent case a character.

directory of settings is stored in '$HOME/.rfcreader'. At the first start, the program will create it.

Additional dependencies:

  • ncurses

Options in the config file:

  • dir - the directory, where RFC documents are storing.
  • txt - the program for seeing the text files.
  • pdf - the program for seeing the pdf files. This option can be omitted.
  • reg - if set, then the find case-independent.
  • fgcolor - a foreground color.
  • bgcolor - a background color.
  • sfgcolor - the selected color is foreground.
  • sbgcolor - the selected color is background.

example

dir=/root/rfc
txt=less
pdf=
reg=on
fgcolor=white
bgcolor=black
sfgcolor=white
sbgcolor=black

install:

$ make
# make install

update

rfcreader -update [path to downloaded a rfc file archive]

notice the rfcreader is will update if set path in option dir in the settings file.

start: rfcreader

use:

input the keyword. press the key down or up to need string. Press 'Enter'. for exit from the program, press ESC.

screenshots

look of the program find by keyword and select

About

navigation on the documents RFC.

Resources

Stars

Watchers

Forks

Packages

No packages published