Skip to content

🚀 Quick-Start

1. Download / Deploy

macOS

need readed macOS Deploy document

bash
uv tool install comicguispider
uv tool update-shell

2. Usage

GUI

bash
cgs

CLI

bash
cgs-cli --help

3. Configuration

If you have needs of custom requirements, reference 🔨Configuration for settings

4. Update

  • CGS innerded an update module, you can click the Update button in the configuration window to update

When local version < latest stable version < latest dev version

You need to update to latest stable version before you can update to latest dev version

  • or uv tool install specified version such as 2.4.1
zsh
uv tool install ComicGUISpider==2.4.1 --force
  • or win-portable-exe install specified version such as 2.4.1
    need _pystand_static.int first-line version of v1
cmd
.\CGS.exe -v 2.4.1

ComicGUISpider Released under the MIT License. (latest: v2.2)