-
Notifications
You must be signed in to change notification settings - Fork 10
Quick Start
mentask Agent edited this page May 25, 2026
·
3 revisions
Start downloading your favorite media with MangoFetch in less than a minute.
First, ensure you have FFmpeg and yt-dlp installed. Run:
mangofetch checkDownload a video from YouTube (or any of the 1000+ supported sites):
mangofetch download "https://www.youtube.com/watch?v=aqz-KE-bpKQ"By default, this will download the best quality available to your user's download directory.
Want audio only in a specific folder?
mangofetch download "URL" --audio-only --output ./MusicFor a more visual experience, launch the dashboard:
mangofetch tui[!SCREENSHOT_PLACEHOLDER: TUI Queue Tab with an Active Download] Captura de la pestaña Queue mostrando una descarga activa con la nueva barra de progreso.
-
Tab: Switch between tabs (or categories in Queue/History). -
/or:: Enter command mode (type:qto exit). -
p: Pause a download. -
r: Resume a download. -
q(press twice quickly): Quick quit (double-q). -
a: Add new download. -
1-6: Jump directly to a tab (1=Home, 2=Queue, 3=History, 4=Settings, 5=About, 6=Logs).
Prefer a static interface? Disable animations in the Settings tab or via CLI:
mangofetch config set appearance.animations falseDon't like orange? Switch to Passionfruit (Yellow/Purple):
mangofetch config set appearance.tui_theme passionfruitOr change it directly in the Settings tab of the TUI.
Ready for more?
- Check the CLI Reference for power-user flags.
- Explore the TUI Experience for all shortcuts.