{"id":21022440,"url":"https://github.com/mftb0/cbxv","last_synced_at":"2025-05-15T08:32:33.263Z","repository":{"id":62291477,"uuid":"426834619","full_name":"mftb0/cbxv","owner":"mftb0","description":"cbxv - The high fidelity comic book viewer","archived":false,"fork":false,"pushed_at":"2025-01-29T05:30:30.000Z","size":14749,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T06:41:47.275Z","etag":null,"topics":["cbr","cbr-reader","cbz","cbz-reader","comics","comics-reader","desktop","go","golang","gtk3","manga","manga-reader","offline","pdf","pdf-reader"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mftb0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-11T01:37:43.000Z","updated_at":"2025-02-19T00:27:24.000Z","dependencies_parsed_at":"2024-11-16T05:01:28.262Z","dependency_job_id":null,"html_url":"https://github.com/mftb0/cbxv","commit_stats":null,"previous_names":["mftb0/cbxv-gotk3"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mftb0%2Fcbxv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mftb0%2Fcbxv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mftb0%2Fcbxv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mftb0%2Fcbxv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mftb0","download_url":"https://codeload.github.com/mftb0/cbxv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254304643,"owners_count":22048446,"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":["cbr","cbr-reader","cbz","cbz-reader","comics","comics-reader","desktop","go","golang","gtk3","manga","manga-reader","offline","pdf","pdf-reader"],"created_at":"2024-11-19T11:11:58.626Z","updated_at":"2025-05-15T08:32:28.247Z","avatar_url":"https://github.com/mftb0.png","language":"Go","readme":"## cbxv - The high fidelity comic book viewer\n\n\u003cimg width=\"128\" height=\"128\" align=\"left\" src=\"build/assets/lin/logo_cbxv.png\"\u003e\n\n\u003cbr /\u003e\n\ncbxv is a native, desktop application for viewing comic book and manga (.cbz and\n.cbr) files. It stays lean and fast by eschewing any sort of extraneous web \ntechnologies or library management features. It distinguishes itself by focusing \non features for manipulating the layout, so that the art and story can be \nappreciated closer to the original intent.\n\nTake for example the beautiful two page spread shown in cbxv below. It's a \ncomplete scene with two spaceships converging for an epic battle on the left,\nand our hero, victorious, exiting the scene in the lower right. In a basic\nviewer, even with a cover-to-cover scan, the first two page spread would show \nthe cover and inside cover, so that by the time you got to these pages they \nwould be misaligned and not shown at the same time, ruining the scene.\n\n\u003cimg align=\"left\" src=\"docs/cbxv_ss_01.png\"\u003e\n\u003csub\u003eNote: All comic images shown on these pages are believed to be in the public domain.\nIf you feel that's in error, please notify me and I will replace them with ones that\nare.\u003c/sub\u003e\n\n## Features\n- Auto-joining and manual joining of pages\n- Auto-layout \"reflow\"\n- Bi-directional layout (Left-To-Right and Right-To-Left reading)\n- Layout Persistence\n- 2-Page, 1-Page and Strip Layouts\n- Page hiding\n- Bookmarks\n- Page Export\n- Fullscreen View\n- Unique HUD Interface\n- Drag and Drop File Opening\n- Never alters original files\n- Supports most common formats; .cbz, .cbr, .cb7, .cbt, .pdf\n- Native performance\n\n\u003ca href=\"https://mftb0.github.io/cbxv\"\u003eProgram Manual\u003c/a\u003e\n\n## Dependencies\n- Linux - You must have Gtk3 installed. This is very common on Linux. If you \n    don't have it already you must install the appropriate package for your \n    distro.\n\n    - Arch and Fedora   - gtk3\n    - Debian and Ubuntu - libgtk-3-0\n\n- Mac - Like Linux you must have Gtk3 installed. This is less common than Linux\n    but faily straightforward. Install \u003ca href=\"https://brew.sh\"\u003eHomebrew\u003c/a\u003e and run:\n\n    brew install pkg-config gtk+3 adwaita-icon-theme\n\n- Windows - Everything that you need is in the archive available under the \n    releases section.\n\n## Installation\n-   Linux - Download the Linux build from the release area and unarchive it. \n    On Linux cbxv is a single executable, put it wherever you like and run it. \n    For your convenience a simple script is provided to put a desktop file and \n    icon in the appropriate places for your user.\n\n    - Arch - cbxv is also available from the AUR, so if you're on Arch you could\n      install cbxv from there if you prefer. Below is an example using the yay\n      AUR helper:\n\n      yay -S libunarr-git cbxv-git\n\n-   Windows - Download the Windows build from the release area and unarchive it. \n    Copy the resulting directory to program files or wherever you like and run it.\n\n-   Mac - Download the Mac build from the release area and unarchive it. Copy the \n    cbxv.app directory to Applications and double-click on it.\n\n## Usage\n    cbxv has an unusual interface, like a game or media player. It is \n    largely keyboard driven, but many functions are also available \n    with the mouse:\n\n    |Command            |Key            |Mouse               |\n    |-------------------|---------------|--------------------|\n    |quit               |q              |Window Close Button | \n    |openFile           |o              |Title Button        |\n    |closeFile          |c              |NA                  |\n    |rightPage          |d|l|RightArrow |Right Side          |\n    |leftPage           |a|h|LeftArrow  |Left Side           |\n    |firstPage          |w|k|UpArrow    |NA                  |\n    |lastPage           |s|j|DownArrow  |NA                  |\n    |nextFile           |n              |NA                  |\n    |previousFile       |p              |NA                  |\n    |toggleBookmark     |[Space]        |Bookmark Buttons    |\n    |lastBookmark       |L              |NA                  |\n    |help               |?|[F1]         |Question Mark Button|\n    |toggleDirection    |[BackTick]     |Direction Toggle    |\n    |1-Page Layout      |1              |NA                  |\n    |2-Page Layout      |2              |NA                  |\n    |stripLayout        |3              |NA                  |\n    |hidePage           |-              |NA                  |\n    |toggleJoin         |r              |Join Toggle         |\n    |toggleFullscreen   |f|[F11]        |Fullscreen Toggle   |\n    |selectPage         |[Tab]          |Page Index Buttons  |\n    |exportPage         |e              |NA                  |\n\n\u003ca href=\"https://mftb0.github.io/cbxv\"\u003eProgram Manual\u003c/a\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmftb0%2Fcbxv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmftb0%2Fcbxv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmftb0%2Fcbxv/lists"}