Zeal - offline documentation browser for software developers
Posted: 01 Sep 2016 12:44
I just learnt from the invaluable gHacks blog about Zeal, free and versatile offline documentation browser for software developers. I have installed it immediately and became a zealot of Zeal
It is very handy, I can tell you that.
Zeal internally downloads and manages many (198 as of writing) documentation sets and can be easily integrated with RJ TE as a tool, you just need to use
as an argument. This could be tweaked even further, namely it could be used as
docsetname being e.g. php. css, python etc. The thing is [FileExt] cannot be used as docsetname because it comes with a leading dot (a bug?). Anyway, I'm going to fill a request to have another keyword available, namely highlighter, which would be even better.

Zeal internally downloads and manages many (198 as of writing) documentation sets and can be easily integrated with RJ TE as a tool, you just need to use
Code: Select all
--query [CurrentWord]
Code: Select all
--query [docsetname]:[CurrentWord]