{"id":15722071,"url":"https://github.com/fauu/gomicsv","last_synced_at":"2025-07-13T19:35:12.341Z","repository":{"id":45389168,"uuid":"512430407","full_name":"fauu/gomicsv","owner":"fauu","description":"A GTK comic viewer","archived":false,"fork":false,"pushed_at":"2025-03-19T20:57:57.000Z","size":822,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T13:50:30.367Z","etag":null,"topics":["comic","comic-reader","comics","comics-reader","desktop-application","go","golang","gotk3","gtk3","image-viewer","manga","manga-reader"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fauu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/get-version.sh","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-10T12:34:07.000Z","updated_at":"2025-03-19T20:58:01.000Z","dependencies_parsed_at":"2024-10-24T16:45:07.175Z","dependency_job_id":"cd639764-6fc3-42b0-a78c-cda3aa1f7604","html_url":"https://github.com/fauu/gomicsv","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"396bdb98972dd0b63f3e0c36cc62fb552aec7259"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fauu/gomicsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauu%2Fgomicsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauu%2Fgomicsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauu%2Fgomicsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauu%2Fgomicsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fauu","download_url":"https://codeload.github.com/fauu/gomicsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fauu%2Fgomicsv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265195778,"owners_count":23726165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comic","comic-reader","comics","comics-reader","desktop-application","go","golang","gotk3","gtk3","image-viewer","manga","manga-reader"],"created_at":"2024-10-03T22:03:42.172Z","updated_at":"2025-07-13T19:35:12.315Z","avatar_url":"https://github.com/fauu.png","language":"Go","readme":"\u003c!-- vim: set textwidth=80 colorcolumn=80: --\u003e\n\u003c!-- markdownlint-configure-file\n{\n  \"no-inline-html\": false\n}\n--\u003e\n# Gomics-v\n\n\u003e A GTK comic viewer\n\nGomics-v is a GTK comic and image archive viewer written in Go, available under\nthe GNU GPL v3 or later.\n\n**This is a personal fork of *Gomics* (without the *-v*). Please also consult the\nmain project’s README at \u003chttps://github.com/salviati/gomics\u003e**.\n\nThis fork has been made with personal use for reading manga with\nmouse-centered navigation in mind. Consequently, some aspects of other workflows\nmight have been broken.\n\nThe program has only been confirmed to work on Linux, but it is possible it\nwould work on other platforms.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot.png\" title=\"A screenshot of Gomics-v\"\u003e\n\u003c/p\u003e\n\n## Changes from Gomics\n\n* Added **Jumpmarks**\n\n  Temporary page marks for quickly jumping around the currently open archive.\n  See the `Jumpmarks` menu in the menu bar for more information.\n\n* Added **Hide UI** option (`Alt+M` to hide/unhide).\n\n* Added *experimental* **HTTP archive support**\n\n  See `File › Open URL (experimental)` for a detailed explanation.\n  A HTTP archive can alternatively be loaded by providing the URL as a program\n  argument (see `./gomicsv --help`) or by pasting the URL into the program.\n\n* **Reworked page navigation**\n\n  * Click the left/right half of the image area to go to the previous/next page.\n\n  * Drag with the middle mouse button to pan around the image.\n\n* Added integration with **[Kamite]** (a desktop Japanese immersion companion)\n\n  Right-click on text block for automatic OCR. Right-hold-click to initialize\n  manual block recognition selection. *Must be first enabled in Preferences.*\n\n* Added **Remember reading position** option\n\n  Automatically saves the last reading position for each archive and resumes\n  reading at that position. *Must be first enabled in Preferences.*\n\n* Added **Save image as…** command\n\n* Added **Copy image to clipboard** command\n\n* Polished the look of preferences UI.\n\n* Made the Background color preference functional.\n\n* Reorganized the codebase.\n\n* Various other minor tweaks (and breakages).\n\n[Kamite]: https://github.com/fauu/Kamite\n\n## Installation\n\nDownload the latest release package from the [Releases] page (Linux only) and\nextract it to the location where you want to keep the program files (e.g.,\n`/opt/gomicsv`).\n\nOr build it from the source (see below).\n\n[Releases]: https://github.com/fauu/gomicsv/releases\n\n## Known issues\n\n* On GNOME, *Hide UI* breaks once the window is made full screen or maximized.\n\n## Building\n\n```sh\ngit clone \"https://github.com/fauu/gomicsv\"\ncd gomicsv\nmake build\n```\n\nA self-contained Gomics-v executable will be produced at `target/gomicsv`.\n\nBuilding requires [go] and some GTK-related dependencies. See\n[gomics: Requirements][gomics-requirements]. GTK-related build steps might take\nup to 15 minutes on first compile.\n\n---\n\nExtra information for Windows and macOS:\n\n- \u003chttps://github.com/gotk3/gotk3/wiki/Installing-on-Windows\u003e\n\n- \u003chttps://github.com/gotk3/gotk3/wiki/Installing-on-macOS\u003e\n\n[go]: https://go.dev/\n[gomics-requirements]: https://github.com/salviati/gomics#requirements\n\n## License\n\nGomics-v\\\nCopyright (c) 2013–2021 Utkan Güngördü \u003cutkan@freeconsole.org\u003e\\\nCopyright (c) 2021–2025 Piotr Grabowski\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffauu%2Fgomicsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffauu%2Fgomicsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffauu%2Fgomicsv/lists"}