You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Launch and intro
User runs ./media-converter or ./media-converter --interactive.
CLI detects interactive mode and starts the Bubble Tea TUI with an introduction
Input paths
TUI prompts for source directory.
TUI prompts for destination directory.
Configure options
User toggles existing flags (dry-run, keep originals, format, jobs, etc.) via checkboxes or menus.
Confirm
TUI shows a summary screen with all chosen options.
User confirms or returns to make changes.
Progress
Conversion starts in background.
TUI displays progress bar or per-file updates.
Results
When finished, TUI presents final statistics and any warnings/errors.
User exits back to shell.