An open API service indexing awesome lists of open source software.

https://github.com/agateau/cmakedoc

Command line tool to read cmake documentation
https://github.com/agateau/cmakedoc

Last synced: 10 months ago
JSON representation

Command line tool to read cmake documentation

Awesome Lists containing this project

README

          

# CMakeDoc

## What is it?

CMakeDoc is a command-line tool to read CMake documentation. It lets you
search through CMake commands, modules, variables and properties before
displaying the selected topic with `less` or the pager defined in `$PAGER`.

## Demo

![CMakedoc demonstration](demo.gif)

## Dependencies

- `cmake` (obviously). Must be in `$PATH`.
- `less`, or a pager defined in `$PAGER`.

## Installation

Using pip:

pip install cmakedoc

Manually:

./setup.py install