goiv

Small and simple image viewer written in pure Go.

  • 所有者: gen2brain/goiv
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

goiv

Small and simple image viewer written in pure Go.

Features

  • Supports JPEG, PNG, GIF, BMP, PCX, TIFF, PBM, PGM, PPM, WEBP, PSD and TGA formats.
  • Scales images to window size and preserves aspect ratio.
  • Supports HTTP URLs passed as arguments.
  • Cross-platform (note: on macOS you need to install XQuartz).

screenshot

Download

Installation

go get -v github.com/gen2brain/goiv

This will install app in $GOPATH/bin/goiv.

Note: On Windows you need to generate manifest .syso file, use this instead:

go get github.com/akavel/rsrc

go get -d github.com/gen2brain/goiv
go generate github.com/gen2brain/goiv
go install github.com/gen2brain/goiv

Keybindings

  • j / Right / PageDown / Space

    Next image

  • k / Left / PageUp

    Previous image

  • f / F11

    Fullscreen

  • [ / ]

    Go 10 images back/forward

  • , / .

    Go to first/last image

  • q / Escape

    Quit

  • Enter

    Print current image path to stdout

Example usage

  • View all images in a directory

    goiv /path/to/dir/*

  • View all JPEG's in all subdirectories

    find . -iname "*.jpg", goiv

  • Delete current image when enter is pressed

    goiv *, xargs rm

  • Rotate current image when enter is pressed

    goiv *, xargs -i convert -rotate 90 {} {}

Planned features

  • draw in console on DRM/KMS and Framebuffer (partially implemented)
  • flip image vertically/horizontally
  • rotate image 90 degrees clockwise/counter-clockwise

主要指标

概览
名称与所有者gen2brain/goiv
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2018-02-05 22:52:09
推送于2021-11-07 05:26:42
最后一次提交2020-10-28 19:32:05
发布数1
最新版本名称1.0 (发布于 )
第一版名称1.0 (发布于 )
用户参与
星数201
关注者数5
派生数16
提交数17
已启用问题?
问题数6
打开的问题数3
拉请求数1
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?