{"id":48525633,"url":"https://github.com/refaim/snapjaw","last_synced_at":"2026-04-07T22:30:34.116Z","repository":{"id":136384473,"uuid":"555782796","full_name":"refaim/snapjaw","owner":"refaim","description":"Git-based advanced Vanilla WoW AddOn Manager","archived":false,"fork":false,"pushed_at":"2026-02-14T05:03:32.000Z","size":163,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-14T09:04:38.119Z","etag":null,"topics":["world-of-warcraft","world-of-warcraft-vanilla","wow","wow-addon-manager","wow-addons-updater","wow-vanilla"],"latest_commit_sha":null,"homepage":"","language":"Python","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/refaim.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-22T10:13:56.000Z","updated_at":"2026-02-14T04:55:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"89346462-3a04-4310-bf53-1e7f4e547fc5","html_url":"https://github.com/refaim/snapjaw","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/refaim/snapjaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaim%2Fsnapjaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaim%2Fsnapjaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaim%2Fsnapjaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaim%2Fsnapjaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refaim","download_url":"https://codeload.github.com/refaim/snapjaw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refaim%2Fsnapjaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["world-of-warcraft","world-of-warcraft-vanilla","wow","wow-addon-manager","wow-addons-updater","wow-vanilla"],"created_at":"2026-04-07T22:30:32.809Z","updated_at":"2026-04-07T22:30:34.111Z","avatar_url":"https://github.com/refaim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snapjaw: Vanilla World of Warcraft AddOn manager\n[![CI](https://github.com/refaim/snapjaw/actions/workflows/ci.yml/badge.svg)](https://github.com/refaim/snapjaw/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/refaim/snapjaw/graph/badge.svg)](https://codecov.io/gh/refaim/snapjaw)\n[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub release](https://img.shields.io/github/v/release/refaim/snapjaw)](https://github.com/refaim/snapjaw/releases/latest)\n\n## Features\n- Support for Git repositories as addon sources\n- Detection of outdated and/or modified addons\n- Automatic handling of folder naming and nested addon folders\n- Fast addon update check due to multithreading implementation\n- Simple command line interface\n\n## How to install\n\n### Windows\n- [Download snapjaw](https://github.com/refaim/snapjaw/releases/latest) (the `.zip` file)\n- Extract the archive into the WoW folder. This will create a structure similar to `C:\\Games\\WoW\\snapjaw\\snapjaw.exe`. Alternatively, if you choose a different destination, you'll need to specify the path to the addons directory using the `--addons-dir` argument.\n- See usage examples or run `snapjaw.exe --help`\n\n### Linux\n- [Download snapjaw](https://github.com/refaim/snapjaw/releases/latest) (the `.tar.gz` file)\n- Extract and install:\n  ```\n  tar xzf snapjaw-*-linux-x86_64.tar.gz\n  chmod +x snapjaw\n  mv snapjaw ~/.local/bin/\n  ```\n- Run from your WoW directory: `cd /path/to/wow \u0026\u0026 snapjaw --help`\n- Or use `--addons-dir` to specify the path to `Interface/Addons` from anywhere\n\n#### Note\nIf you are new to snapjaw, you will need to reinstall each of your addons manually using the `snapjaw install` command. This process is essential as it creates an index file to effectively track the status of your addons folder.\n\n## Usage examples\n```\ncd c:\\games\\wow\nsnapjaw install https://github.com/refaim/TrainerSkills\n```\n```\n2022-11-01 01:45:16,711 [INFO] Cloning https://github.com/refaim/TrainerSkills.git\n2022-11-01 01:45:18,540 [INFO] Installing addon \"TrainerSkills\"\n2022-11-01 01:45:18,759 [INFO] Done\n2022-11-01 01:45:18,809 [INFO] Saving config...\n2022-11-01 01:45:18,817 [INFO] Done!\n```\n---\n```\nsnapjaw status -v\n```\n```\naddon                          status      released_at    installed_at\n-----------------------------  ----------  -------------  --------------\nAccountant                     up-to-date  Apr 24 2016    Oct 30\nAdvancedTradeSkillWindow       up-to-date  Oct 14         Oct 30\nAltoholic                      up-to-date  Feb 09 2018    yesterday\nBeastmaster                    up-to-date  Jun 23 2017    today\nBetterCharacterStats           up-to-date  Sep 23 2019    Oct 30\nCartographer                   up-to-date  Oct 22         Oct 30\nClassIcons                     up-to-date  today          today\nCleanChat                      up-to-date  Dec 31 2018    Oct 30\nMail                           up-to-date  Jun 04 2019    Oct 30\nMasterTradeSkills              up-to-date  Oct 22         Oct 30\nMendeleev                      modified    Oct 16         Oct 30\nMobInfo2                       up-to-date  yesterday      yesterday\npfQuest                        up-to-date  Sep 30         Oct 30\npfQuest-turtle                 up-to-date  Sep 29         Oct 30\nPvPWarning                     up-to-date  May 08 2022    Oct 30\nQuestItem                      up-to-date  Feb 01 2018    Oct 30\nQuiver                         untracked\nReagentData                    up-to-date  Oct 22         Oct 30\nRecipeRadar                    up-to-date  Oct 23         Oct 30\nRestBar                        up-to-date  May 25 2022    Oct 30\nShaguTweaks                    outdated    Oct 30         Oct 28\n```\n---\n```\nsnapjaw update ShaguTweaks\n```\n```\n2022-11-01 01:52:55,539 [INFO] Cloning https://github.com/shagu/ShaguTweaks.git\n2022-11-01 01:53:01,098 [INFO] Installing addon \"ShaguTweaks\"\n2022-11-01 01:53:01,530 [INFO] Done\n2022-11-01 01:53:01,602 [INFO] Saving config...\n2022-11-01 01:53:01,610 [INFO] Done!\n```\n\n## Requirements for developers\n- [Python 3.12](https://www.python.org)\n- [uv](https://docs.astral.sh/uv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefaim%2Fsnapjaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefaim%2Fsnapjaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefaim%2Fsnapjaw/lists"}