Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hexylena/vnc-screenshot
- Owner: hexylena
- License: gpl-3.0
- Created: 2018-02-19T18:48:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T18:49:52.000Z (over 6 years ago)
- Last Synced: 2024-10-11T10:00:04.005Z (about 1 month ago)
- Language: Go
- Size: 61.5 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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