Skip to content

Notflix is a shell script to search and stream torrent.

Notifications You must be signed in to change notification settings

LamprosPitsillos/notflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Notflix is a shell script to search and stream torrent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%