Skip to content

nmdra/spongebob.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spongebob.sh

Watch Classic Spongebob from the Terminal


Dependencies:

  1. cut,sed(GNU core utilities)
  2. Fzf - https://github.com/junegunn/Fzf
  3. MPV - https://mpv.io/ (Optional)

How to install:

For UNIX based OS - One Line Execution

  • Using git
git clone https://github.com/nmdra/spongebob.sh.git && cd spongebob.sh && bash spongebob.sh
  • Using curl
curl -s https://raw.githubusercontent.com/nmdra/spongebob.sh/main/spongebob.sh -o spongebob.sh && bash spongebob.sh