uriel/vimg
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
VImg ==== A minimalist image viewer written in Go with a vi(m) stile user interface. See `vimg --help` for more options. Installation ------------ go get github.com/uriel/vimg Quick Usage ----------- vimg image.png folder/ image.gif image.jpg Dependencies ------------ * Go * XGB * xgbutil XGB and xgbutil will be installed automagically by `go get`. Authors ------- * Andrew Gallant (aka BurntSushi) - Original author of imgv. * Uriel (aka uriel) - Forked imgv to death and turned it into vimg, all bugs are my fault.