Skip to content

Simple manga/comic book reader with continuous scrolling.

Notifications You must be signed in to change notification settings

elviosak/zipview

Repository files navigation

zipview

Simple manga/comic book reader with continuous scrolling.

Opens *.zip, *.cbz and *.7z files.

Usage

Drop a file in the program window or with cli:

zipview "/path/to/file.zip"

Scroll with mouse wheel or click to focus the image and use Up/Down arrow keys or Page Up/Page Down.

screenshot

Requirements

  • CMake
  • base-devel (gcc, make)
  • Git
  • Qt6
  • KArchive
  • KImageFormats (Optional, if installed provides compatibility with extra image formats)

Archlinux

sudo pacman --needed -S base-devel cmake git qt6-base karchive

Installation

git clone https://github.com/elviosak/zipview.git
cd zipview
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
&& cmake --build build -- -j$(nproc) \
&& sudo cmake --install build

Pepper & Carrot included in examples folder (episode 1)

Open source comic licensed under Creative Commons Attribution 4.0 International license

Attribution to:

Art: David Revoy.
Scenario: David Revoy.
English (original version) Proofreading: Alex Gryson, Amireeti.

Credit for the universe of Pepper&Carrot:

Creation: David Revoy.
Lead Maintainer: Craig Maloney.
Writers: Craig Maloney, Nicolas Artance, Scribblemaniac, Valvin.
Correctors: Alex Gryson, CGand, Hali, Moini, Willem Sonke.

About

Simple manga/comic book reader with continuous scrolling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published