Skip to content

A cli tool to watch Live TV in the terminal!

License

Notifications You must be signed in to change notification settings

Shamim1977/tv-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tv-cli

A cli to browse and watch live TV. This tool scrapes the site ustvgo.

This will only work in the US or with a US IP!

Table of Contents

Install

Linux

Install dependencies (See below)

git clone "https://github.com/Spaxly/tv-cli.git" && cd ./tv-cli
chmod +x ./tv-cli
sudo cp ./tv-cli /usr/local/bin
cd .. && rm -rf "./tv-cli"

Also note that mpv installed through flatpak is not compatible

MacOS

Install dependencies (See below)

Install HomeBrew if not installed.

git clone "https://github.com/Spaxly/tv-cli" && cd ./tv-cli
cp ./tv-cli "$(brew --prefix)"/bin 
cd .. && rm -rf ./tv-cli

To install (with Homebrew) the dependencies required on Mac OS, you can run:

brew install ffmpeg mpv curl sed git

Uninstall

  • Linux:
sudo rm "/usr/local/bin/tv-cli"
  • Mac:
rm "$(brew --prefix)/bin/tv-cli"

Issues

  • Some channels like ESPN won't work if you are outside the U.S. Only way to fix this temporarily is to use a VPN.

Dependencies

  • git
  • fzf
  • sed
  • curl
  • mpv

About

A cli tool to watch Live TV in the terminal!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages