This is what I use (with zsh):
yt-audio() {
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.
This is what I use (with zsh):
yt-audio() {
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.
I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’
+1, displaying in a Emacs buffer solves any issues I could have. If you’re already ‘in’ Emacs, this will be more frictionless than shell scripts around man
Emacs find-file with vertico and orderless achieve this nicely.
I love Fedora Sircea, however NixOS seems like a better solution (albeit with a larger learning-curve.)
EDIT: Just looked it up, I guess it was renamed “Sway Atomic”, and iirc they’ve also released a Budgie Atomic version with Fedora 40!
Lucky new-age shell bastards.
Thank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.
orderless achieves the same sort of thing in emacs, but I also use an fzf zsh alias to see my shell history all the time!
alias hf="history -100 | fzf"
Unfortunate, are there any forks being maintained? I love QKSMS’s UI
I’ve been using Partisan-SMS
Weary traveler…
I’m afraid it’s Emacs…
It seems like it doesn’t, which is my favorite feature wofi has.
Does Rofi-Wayland support custom css the same way wofi does? If so I’ll gladly switch, I really appreciate the ease of customizing wofi.
I don’t have time currently to look for a detailed solution, but assuming you installed using:
fc-cache -f -v
I would start by looking for how to revert that command.
I use LaTeX, and edit using Emacs. The nice thing about LaTeX is the editor you use doesn’t matter.
LaTeX was my entry point into plain text (and honestly computing in general), really good recommendation.
Step 1. install opendoas
I need a bash script to restart all my bluetooth modules, bluez, bluetoothctl, eyc. because my laptop likes to make bluetooth unavailable, usually after a few hours of suspend. The script always works, and other than that I use another bash script to toggle connection to my airpods / toggle them as the default default audio output. I find it always works great besides the restartint caveat.
Fedora, because the packages are up to date enough for me, and I’ve never experienced any breakage.
Fedora. Specifically I’ve been using Silverblue recently, very stable system for me.