mirror of
https://github.com/Scryv/GoView.git
synced 2026-06-13 03:35:21 +02:00
No description
- Go 76%
- Shell 24%
| gopherlogo | ||
| go.mod | ||
| go.sum | ||
| installer.sh | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
GoView
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
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 :)
Add as primary ImgViewer(OPTIONAL)
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
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
