htmlviewer
Version:
CLI tool for viewing webpages in one place
37 lines (23 loc) • 728 B
Markdown
# htmlviewer
[](https://www.npmjs.com/package/htmlviewer)
Simple tool for viewing all your web pages in one place using iframes as a target for links
<p align="center">
<img src="https://github.com/nntrn/htmlviewer/blob/main/assets/htmlviewer.svg?raw=true" width="300px">
</p>
## Install
```sh
npm install -g htmlviewer
```
## Usage
```sh
htmlviewer /path/with/html/files > /path/htmlviewer.html
```
## Example
```sh
cd /tmp
git clone https://github.com/git/htmldocs.git
htmlviewer /tmp/htmldocs
```
<p align="center">
<img src="https://github.com/nntrn/htmlviewer/blob/main/assets/git-htmldoc-example.png?raw=true" width="400px"/>
</p>