termv
A terminal iptv player written in bash
termv
is a small bash script that allows you to select an iptv stream using fzf
and play it using mpv
.
the list of channels is obtained from https://github.com/iptv-org/iptv
Dependencies
Usage
termv
A command line program to watch tv online.
-f, --full-screen
Opens mpv in fullscreen
-h, --help
Show help
--version
Show version
Installation
Direct download
sudo wget -O /usr/local/bin/termv -q --show-progress https://raw.githubusercontent.com/Roshan-R/termv/main/termv && sudo chmod +x /usr/local/bin/termv
Installation by cloning the repository
git clone https://github.com/Roshan-R/termv
cd termv
- Install with the Makefile
sudo make install
- Uninstall with the Makefile
sudo make uninstall
- Arch Linux: Install from the AUR (with your preferred AUR helper)
yay -S termv-git
Credits
Thanks to ytfzf
for the Makefile and tmpmail
as a reference on how to structure bash scripts.