Skip to main content

Linux scripts

2026

Newsboat streaming

Newsboat streaming

Overview Newsboat is a Linux terminal application which, when configured as described in this post, allows one to listen to podcasts and watch YouTube videos. YouTube Video macro v set browser “setsid -f mpv -fs –really-quiet –no-terminal %u” ; open-in-browser ; set browser “/usr/bin/w3m %u”

2025

2024

Bash - read CSV file

Bash - read CSV file

This bash script shows how to read and verify the contents of a CSV file, parse program arguments, prompt for user input, and more.