Skip to content

MUSoC/rtfd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTFD-CLI

CLI to download documentations from ReadTheDocs.org

Installation & Usage:

sudo pip install -U rtfd-cli

or

sudo python setup.py install

Run it using rtfd-cli

usage: rtfd-cli [-h] [-o OUTPUT_DIRECTORY] [-c] [QUERY [QUERY ...]]

Download docs right from the Command-Line

positional arguments:
  QUERY                 name of the project

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_DIRECTORY, --output-directory OUTPUT_DIRECTORY
                        custom output directory
  -c, --color           colorize or style text

Contributing:

Any PR's in bug fixes, features and documentation are most welcome!

License:

The MIT License

Releases

No releases published

Packages

No packages published

Languages