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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?