Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoView

License: GPL v2
GoView is a open source image viewer made in golang together with cross platform ui toolkit called fyne it for now only supports png, jpg, jpeg etc but will be able to work for a larger scope of file types in future

Still being worked on and for now just does the basics


How to install

can also use the installer.sh script that got added

  1. git clone https://github.com/Scryv/GoView.git
  2. cd GoView
  3. go build -o goview main.go
  4. sudo mv goview /usr/local/bin/
  5. GoView in a preferred directory
    And enjoy :)

Add as primary ImgViewer(OPTIONAL)

Image Cycling does not work here yet just single view

  1. nano ~/.local/share/applications/goview.desktop
[Desktop Entry]
Name=GoView Image Viewer
Exec=/usr/local/bin/goview %f
Type=Application
MimeType=image/png;image/jpg;
NoDisplay=true
  1. xdg-mime default goview.desktop image/jpg
  2. xdg-mime default goview.desktop image/png

Features

Cycling trough images

when opening GoView from terminal it takes path of where u opened it and open the first picture u can use Ctrl+Tab to cycle forward and Ctrl+Alt+tab to go backwards

Command goview "image.png"

will display a specific image but can also just run goview within a folder then u can cycle between all images that are within that folder

About

Image viewer made in golang with fyne

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages