Skip to main content

Batch-migrate repositories between GitHub and Gitea from a Textual TUI

Project description

migtea

PyPI Python versions Tests License

Batch-migrate repositories between GitHub and Gitea from a terminal UI. migtea (migrate to Gitea) is a Textual TUI that drives the official gh and tea CLIs: it preflights both tools, diffs your GitHub account against a Gitea instance, lets you tick the repositories that are missing, totals their sizes, and migrates each one (wiki, LFS, issues, and more) with per-repo and overall progress.

Website: botmonster.com/migtea

Run it with no install:

uvx migtea

Why

Gitea's web "New Migration" page moves exactly one repository per submission. The engine behind it has no such limit, and neither does the tea CLI's tea repos migrate. migtea orchestrates that CLI across every repository you select, so moving a whole account is one pass instead of one form per repo.

Requirements

migtea does not bundle or install these; it uses whatever is already on your PATH, installed the official way:

  • GitHub CLI (gh), logged in (gh auth login).
  • Gitea CLI (tea), with at least one login configured (tea login add).
  • uv to run uvx migtea (or pip install migtea).
  • git is additionally required for the reverse (Gitea to GitHub) direction.

If a tool or login is missing, migtea's preflight screen prints the exact official command to fix it and waits for you to re-check. It never pipes a script into your shell and never installs anything itself.

Screens

1. Preflight. migtea checks that gh and tea are installed and logged in before anything else. If a check fails it prints the exact official command to fix it and waits; press r to re-check. Nothing runs until all four pass.

Preflight screen

2. Select. The full diff of both accounts, one row per GitHub repo with its visibility, size, and last push. Repos missing on the target are selectable; those already there are dimmed. Tick rows with space, filter by name, toggle forks and archived in or out, or hit "Select all missing". The footer keeps a running count and total size of what you have selected.

Select screen

3. Confirm. A summary of exactly what is about to happen: how many repos, the total size, and the target instance, so nothing migrates by accident.

Confirm screen

4. Migrate. Each repo is migrated in turn with a per-repo progress bar and a size-weighted total bar, while a log pane streams the result of every repo as it finishes.

Migrate screen

Directions

Direction How Transfers Does not transfer
GitHub → Gitea (default) tea repos migrate --service github Code, wiki, LFS, issues, labels, milestones, releases, pull requests GitHub Actions history, Projects, Discussions, stars, webhooks, branch protection
Gitea → GitHub git clone --mirrorgh repo creategit push --mirror Code, all branches and tags, best-effort wiki Issues and pull requests (GitHub has no import API)

Pass --direction gitea-to-github to reverse, or press d in the UI to flip.

Authentication

migtea never reads, prints, logs, or stores any token. GitHub auth is delegated to gh; Gitea auth is delegated to tea. For private GitHub repositories, migtea hands the output of gh auth token straight to tea's --auth-token flag in memory so Gitea can clone them; the value never touches disk or the log.

Options

migtea [--direction {github-to-gitea,gitea-to-github}] [--dry-run] [--version]

--dry-run walks the entire flow but replaces the migration call with an existence check, so you can rehearse safely before moving anything.

License

Apache-2.0.


Copyright © 2026 botmonster.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

migtea-0.2.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

migtea-0.2.0-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file migtea-0.2.0.tar.gz.

File metadata

  • Download URL: migtea-0.2.0.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for migtea-0.2.0.tar.gz
Algorithm Hash digest
SHA256 208022faa20968d3dad32320954e440720a3da2ca942007e73b10db440a45238
MD5 91836cbe1bcf90823f273f84a7075672
BLAKE2b-256 b2e60290af987e22aba8f76d3c3b7814ed3a8ad67b3293b045ac373444edf3c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for migtea-0.2.0.tar.gz:

Publisher: publish.yml on botmonster/migtea

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file migtea-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: migtea-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for migtea-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 033941faf65d8e14bdb6f53e1ed04cf4e929d5dfaf69894888e408fdfbc7401a
MD5 f1cfc5e82057e6241c9c37898bab3651
BLAKE2b-256 bf5298e1bfc3c0fc63b32f2c360d036cb4078e6e43238b46fb56c06d7ca2d780

See more details on using hashes here.

Provenance

The following attestation bundles were made for migtea-0.2.0-py3-none-any.whl:

Publisher: publish.yml on botmonster/migtea

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page