No description
  • Python 98.9%
  • Makefile 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-21 00:07:15 +00:00
.forgejo ci(deps): update code.modernleft.org/modernleft/general-ci docker tag to v0.7.0 2026-09-08 00:05:19 +00:00
data fix(data): 1b98 is the Sabre RGB PRO WIRELESS device id, not its dongle 2026-08-25 18:42:38 -04:00
src/manager fix(cli): drop click import broken by typer 0.27 vendoring 2026-08-25 18:39:29 -04:00
.editorconfig chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
.env.example init 2026-05-01 21:22:27 -04:00
.gitignore chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
.prettierignore chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
.python-version chore(deps): update python docker tag to v3.14 (#2) 2026-06-24 03:32:07 +00:00
LICENSE chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
Makefile chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
pyproject.toml chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
pytest.toml chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
README.md chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
ruff.toml chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
ty.toml chore(dev-env): adopt template baseline and replace mypy with ty 2026-08-25 18:30:58 -04:00
uv.lock build(deps): lock file maintenance 2026-09-21 00:05:52 +00:00

ckb-next-helper

Prereqs

Getting started

With uv

uv sync

manager info 1b98

Without uv

Create a virtualenv and install the project into it:

python3.13 -m venv .venv
source .venv/bin/activate
pip install -e .

# local only command
manager info 1b98

Configuration

manager wiki-export reads CKB_NEXT_WIKI from .env:

cp .env.example .env
# edit .env and set CKB_NEXT_WIKI=/path/to/ckb-next.wiki

Usage

manager issue 1261
manager report https://github.com/user-attachments/files/25269935/ckb-next-dev-detect-report.gz
manager wiki-export
manager add-requested 1261
manager info 1b98
manager edit 1b98

Issue JSON and the downloaded .gz attachment are cached under .cache/<issue>/ in the project root. Pass --overwrite to bypass the cache.