/notflix

Notflix is a shell script to search and stream torrent.

Primary LanguageShell

This is a complete rewrite of NOTFLIX made to be cacheless and POSIX

Original notflix by Bugswriter : https://github.com/Bugswriter/notflix

Video Preview

Requirements

  • webtorrent - A tool to stream torrent. sudo npm install webtorrent -g
  • rofi (can be changed in script)
  • ripgrep (can be changed in script)
  • fzf (can be changed in script)

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ curl -sL "https://raw.githubusercontent.com/LamprosPitsillos/notflix/master/notflix" -o ~/.local/bin/notflix
$ chmod +x ~/.local/bin/notflix
  • To update, just do curl again, no need to chmod anymore.
  • To uninstall, simply remove notflix from your $PATH, for example `sudo rm -f /usr/local/bin/notflix.

Similar Project

SoftyRoll

LamprosPitsillos/SoftyRoll: Nyaa.si scraper shell script for quickly and easily watching anime! Exact same script but for Anime!

License

This project is licensed under GPL-3.0.