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.8.0
zsh
uv tool install ComicGUISpider==2.8.0 --force
  • or win-portable-exe install specified version such as 2.8.0
    need a current green package (root _pystand_static.int is a frozen thin launcher; app version is inside the installed package, not the int file)
cmd
.\CGS.exe -v 2.9.11

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