search for magnet links and stream them directly with webtorrent
This fork is maintained, but it won't keep up with upstream commits.
If you're having issues with rofi not inputting from keyboard, try adding -normal-window
to rofi in the script, and then move to $PATH
.
- webtorrent-cli
sudo npm i -g webtorrent-cli
- libnotify-bin (optional)
- vlc (or mpv)
- rofi (or dmenu)
Download the script to your $PATH and give executable permissions.
sudo curl -sL "https://raw.githubusercontent.com/miermontoto/notflix./master/notflix" -o /usr/local/bin/notflix
sudo chmod +x /usr/local/bin/notflix
Clone this repository and use make
to copy the script to $PATH.
git clone https://github.com/miermontoto/notflix..git
cd notflix. && sudo make
To uninstall, remove notflix
from your $PATH sudo rm -f /usr/local/bin/notflix
This project is a fork of Bugswriter's notflix, which is licensed under GPL-3.0.