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
can also use the installer.sh script that got added
git clone https://github.com/Scryv/GoView.gitcd GoViewgo build -o goview main.gosudo mv goview /usr/local/bin/GoViewin a preferred directory
And enjoy :)
Image Cycling does not work here yet just single view
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
xdg-mime default goview.desktop image/jpgxdg-mime default goview.desktop image/png
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
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
