Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hexylena/vnc-screenshot

Golang VNC screenshot utility
https://github.com/hexylena/vnc-screenshot

Last synced: 22 days ago
JSON representation

Golang VNC screenshot utility

Awesome Lists containing this project

README

        

# vnc-screenshot

Small golang tool written around [mitchellh/go-vnc](https://github.com/mitchellh/go-vnc/). Supply a server
address and easily take a screenshot of whatever is running.

![example showing htop output](./example.png)

## Usage

```
$ ./vnc-screenshot --serverAddr 127.0.0.1:5959 --out asdf.png
Connected to VNC desktop: QEMU (rootfs-image) [res:1024x768]
```

## License

GPLv3