Skip to content

Latest commit

 

History

History
155 lines (109 loc) · 3.83 KB

README.md

File metadata and controls

155 lines (109 loc) · 3.83 KB

A cli tool to watch movies, series and animes in Portuguese. This tool scrapes the site vizertv


Showcase

vizer-cli-showcase.mp4

English | Рortuguês

Table of Contents

Prerequisites

For the program to work, you need two essential components: a webdriver and a media player.

For the webdriver, you can choose between:

For the media player, you can choose between:

By default, the program uses chromedriver and vlc.

Installation on Arch Linux Here are the commands to install all the prerequisites:
# To install the default
yay -S chromedriver vlc
# To install the alternatives
yay -S geckodriver mpv

You can also install the Chromium package instead of the chromedriver package because recent versions of Chromium come with chromedriver.

sudo pacman -S chromium
Installation on Windows Here are the links to install all the prerequisites:

Make sure all programs are in your PATH!

To use the image-preview feature, you need to have ueberzug installed, but you can also use ueberzugpp if you create an alias with the following command.

alias ueberzug='ueberzugpp'

Warning

Ueberzug doesn't support Windows, so you need something like WSL to use the image-preview feature.

Installation

Simply go to the release page and download the executable. Once downloaded, you can run the executable in your terminal with the following command.

# For Linux you must first give write permission
chmod +x vizer-cli
./vizer-cli

# Windows
.\vizer-cli

You can also just use cargo to install it.

cargo install vizer-cli

Usage

CLI tool to watch movies/series/animes in portuguese

Usage: vizer-cli [OPTIONS] <COMMAND>

Commands:
  search, -s  Search for your content
  help        Print this message or the help of the given subcommand(s)

Options:
  -e, --english        Change all the texts in the app to english
  -m, --mpv            Use MPV media player instead of VLC
  -g, --geckodriver    Use geckodriver instead of chromedriver
  -v, --vim            VIM Mode for the enthusiast
  -i, --image-preview  Enable you to see the posters as you choose them
  -h, --help           Print help
  -V, --version        Print version

Examples

Search content:

vizer-cli -s attack on titan

Use geckodriver and mpv:

vizer-cli -g -m -s darling

Use text in English and the image-preview feature:

vizer-cli -e -i -s dragões

Contributing

Contributions are always welcome! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Use cargo fmt and fix all clippy warnings
  5. Push your changes to your fork
  6. Submit a pull request

Or, if you have any features ideas, go to the issues page and post them there