Which CLI app/utility you wish there was a GUI for?
https://lemdro.id/post/11051503
=> More informations about this toot | More toots from mfat@lemdro.id
yt-dlp. Too many options to remember and look up every time, but all useful and missing from GUIs when you just want to dowload audio or ‘good enough’ quality video in batches without re-encoding.
While nmtui is perfectly fine for the CLI-uninitiated, I sometimes wonder why the nm-connection-editor window doesn’t provide the same level of functionality.
=> More informations about this toot | More toots from monovergent@lemmy.ml
Too many options to remember and look up every time
This is a good use case for shell aliases. If you can identify a few of your use cases, you can give each bundle of options its own command.
=> More informations about this toot | More toots from everett@lemmy.ml
I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’
=> More informations about this toot | More toots from amanneedsamaid@sopuli.xyz
Would you mind sharing your command?
=> More informations about this toot | More toots from mfat@lemdro.id
This is what I use (with zsh):
yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1
}
yt-audio-playlist() {
yt-dlp -f 'ba' -x --audio-format mp3 $1
}
It takes the best quality available and downloads it to mp3.
=> More informations about this toot | More toots from amanneedsamaid@sopuli.xyz This content has been proxied by September (ba2dc).Proxy Information
text/gemini