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

https://github.com/evertras/quickview

A hot reloading image viewer for web so I can see diagrams I'm working on more easily.
https://github.com/evertras/quickview

Last synced: about 1 year ago
JSON representation

A hot reloading image viewer for web so I can see diagrams I'm working on more easily.

Awesome Lists containing this project

README

          

# Quickview

A simple quick hot-reloading image viewer in the browser.

## Why this exists

I like to create diagrams using things like PlantUML and Mermaid. Sometimes I
do this remotely on another machine, and I'd like to see my changes when the
generated image changes without having to switch to the browser and hit refresh
every time. That annoys me enough to make this.

## Installation

Check the releases page to get binaries directly for your OS.

Will add a Docker version later if warranted.

## Usage

Host a specific image at `http://localhost:8083`:

```bash
# quickview -a


quickview diagrams/seq.svg -a localhost:8083
```