Skip to main content

TUI-based CLI for managing repositories inside a *myrepos* config file. Simplifies adding and removing repos with an interactive interface.

Project description

mr-manager


mr-manager is a Textual TUI for managing repositories in your ~/.mrconfig myrepos file. It discovers Git repositories under your home directory and lets you toggle which ones are tracked.

mr-manager-tui.png

Features

  • Discovers local Git repositories recursively.
  • Fast startup using a cached filesystem scan (24-hour TTL).
  • Reads existing repo sections from ~/.mrconfig.
  • Interactive keyboard-driven selection UI.
  • Saves add/remove config updates safely.
  • Highlights missing configured repositories.

Installation

Python (pipx)

Requires Python >=3.13.

pipx install mr-manager

From source

Prerequisites: Python >=3.13, uv

uv sync --dev
uv run mr-manager

Usage

  • mr-manager: Start the interactive TUI
  • mr-manager -v: Print the installed version and exit

Keybindings

  • space: Toggle selected repository
  • j: Move down
  • k: Move up
  • s: Save changes
  • r: Refresh repository scan (bypasses cache)
  • q/ESC: Quit (asks for confirmation if unsaved changes exist)

Development workflow

Run checks locally before opening a PR:

uv run ruff check --no-fix .
uv run ruff format --check .
uv run ty check
markdownlint --config markdownlint.json --ignore-path .markdownlintignore "**/*.md"

Performance Benchmarking

The project includes a benchmarking script to track performance regressions across versions:

# Run a quick benchmark
uv run scripts/benchmark.py --runs 5

The benchmark supports step-based execution and persistent artifacts for later analysis:

# Full local run (collect + text summary + graph)
uv run scripts/benchmark.py --runs 5

# CI-style text-only run
uv run scripts/benchmark.py --runs 10 --steps collect,summary

Default artifacts are saved in .cache/mr-manager/benchmarks/<benchmark-id>/:

  • data.json raw measurements
  • summary.txt textual report
  • plot.png graph (when plot step is enabled)

Useful options:

  • --versions v0.0.1 main to benchmark specific refs
  • --scan-root <path> to control discovery root
  • --steps collect,summary,plot to resume from previous data
  • --force-collect to overwrite existing data.json

Documentation

Project docs are maintained in the wiki/ folder and published to GitHub Wiki via CI.

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

mr_manager-0.0.3.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

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

mr_manager-0.0.3-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file mr_manager-0.0.3.tar.gz.

File metadata

  • Download URL: mr_manager-0.0.3.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mr_manager-0.0.3.tar.gz
Algorithm Hash digest
SHA256 12b69033de02c7e2062665b778c841e3fc1ae21827cb5c52c7a7f44ec607dca2
MD5 a406173e12adcf2d07b71819e4503805
BLAKE2b-256 9a2dc8d08b0938e726c9521dcb0bb1bceafd5b26edddc34b0980ec3e82670fb7

See more details on using hashes here.

File details

Details for the file mr_manager-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: mr_manager-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 37.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.5 {"installer":{"name":"uv","version":"0.11.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for mr_manager-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 df81c7074b4a5055590baf87350e1dae4e4184f05df847e1e2401045729e04fc
MD5 5ebd0cc091ef2a94510efd1a37eebcad
BLAKE2b-256 d268be5698e8c65d3d190726b4eb8e195d69b67eff7ae47e251e9f14c914e881

See more details on using hashes here.

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