Skip to content

ousmanedev/wikitopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

WikiToPdf

A bash script to export a Github repo's wiki as a well-structured PDF ebook.

Requirements

Installation

Download the script file and make it executable:

curl https://raw.githubusercontent.com/ousmanedev/wikitopdf/master/wikitopdf.sh -o wikitopdf.sh && chmod +x wikitopdf.sh

Usage

Run the script file with the repository url as argument.

For example, to export the https://github.com/arsduo/koala/wiki repository's wiki, you just have to do:

./wikitopdf.sh https://github.com/arsduo/koala/wiki

Contributions

Contributions are more than welcome.