gitea-cli/.note/project_overview.md

385 B

Gitea CLI Project Overview

Purpose

Command line interface for interacting with Gitea servers:

  • Repository management
  • Repository search with advanced filtering
  • Visibility toggling
  • Git remote configuration

Architecture

  • Python CLI built with Click
  • REST API client for Gitea
  • Modular design with separate API and CLI layers
  • Configuration via env vars or CLI args