====== Homebrew ====== * Putting brew into PATH: [[https://apple.stackexchange.com/a/275834|How do I add a directory to PATH when using "zsh" in Ventura]] ===== Apps ===== * cowsay * imagemagick * jhead * nmap * openssl * rename * wget * yt-dlp * nano * [[https://github.com/pirj/noclamshell|No clamshell mode]] * GUI: CakeBrew ===== No Clamshell Mode ===== * ''brew services start noclamshell'' * ''brew services stop noclamshell'' ===== Youtube-Videos in MP3-Dateien umwandeln ===== - via HomeBrew ''yt-dlp'' und ''ffmpeg'' herunterladen - das Terminal öffnen, evtl. auf den Desktop wechseln - ''%%yt-dlp -x --audio-format "mp3" "https://www.youtube.com/watch?v=u4hsvsRxf_c"%%'' ausführen - bzw.: ''%%youtube-dl --extract-audio --audio-format mp3 "https://www.youtube.com/watch?v=u4hsvsRxf_c"%%'' - bzw.: ''%%yt-dlp --extract-audio --audio-format mp3 "https://www.youtube.com/watch?v=u4hsvsRxf_c"%%''