Skip to content

dimitry-ishenko-cpp/devdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.