4 Commits

Author SHA1 Message Date
e88f33071e Add newproject command and fix template bugs
- Add newproject, ssh, templates commands for full project scaffolding
- Add homelab SSH, Caddy, port, and proxy_host fields to Config
- Fix dotEnvExample: use container-internal port (3000/8000/8080) not host port
- Fix caddySnippet: use configurable proxy_host instead of localhost
- Fix dockerComposeTemplate: add build: path so image-less deploys work
- Commit gtea.exe binary
2026-05-29 12:37:14 -04:00
b8c6e129e8 Add clone and list commands
gtea clone <repo> or <owner/repo> — clones with auth baked in
gtea list — shows all your repos with visibility and URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:26:16 -04:00
bd809d11d9 Add gtea connect command for existing repos
Connects the current directory to a new Gitea repo — creates the remote,
adds the origin, and pushes. Sanitizes the folder name to meet Gitea's
AlphaDashDot naming rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:17:06 -04:00
b7ea167786 Initial commit: gtea CLI tool
Go CLI that wraps the Gitea API and git to create repos, commit,
push, and pull without leaving the terminal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 14:11:34 -04:00