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.
- Host: GitHub
- URL: https://github.com/evertras/quickview
- Owner: Evertras
- License: mit
- Created: 2023-08-20T05:37:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T08:00:37.000Z (over 2 years ago)
- Last Synced: 2025-02-12T06:37:37.018Z (over 1 year ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```