dimitry-ishenko-cpp / devdocs

View devdocs offline in a terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devdocs + fzf + w3m = ☯

What happens when you combine devdocs API documentation, fzf fuzzy finder and w3m text-based browser?

Installation

Stable version (requires CMake >= 3.16):

$ p=devdocs v=0.4.1
$ wget -O ${p}-${v}.tar.gz https://github.com/dimitry-ishenko-cpp/${p}/archive/refs/tags/v${v}.tar.gz
$ tar xzf ${p}-${v}.tar.gz
$ mkdir ${p}-${v}/build
$ cd ${p}-${v}/build
$ cmake ..
$ make
$ make install

To install system-wide, change the above commands to:

$ cmake -DSYSTEM_INSTALL=ON ..
$ make
$ sudo make install

Authors

  • Dimitry Ishenko - dimitry (dot) ishenko (at) (gee) mail (dot) com

License

This project is distributed under the GNU GPL license. See the LICENSE.md file for details.

Acknowledgments

Share and enjoy.

About

View devdocs offline in a terminal


Languages

Language:Python 92.9%Language:CMake 7.1%