#series #movies #anime #cli-tool #cli #portuguese

app vizer-cli

A cli tool to watch movies, series and animes in Portuguese

1 stable release

1.0.0 Aug 2, 2024

#111 in Video

GPL-3.0 license

56KB
1K SLoC

Latest Version License

Installation

Clone the repository and compile from source.

git clone https://github.com/anotherlusitano/vizer-cli.git
cd vizer-cli/
cargo build --release

After that, you will have the program executable inside ./target/release/

Usage

A cli tool to watch movies, series and 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

Searching content:

vizer-cli -s attack on titan

Using geckodriver and mpv:

vizer-cli -g -m -s darling

Displaying the text in English and using the image-preview feature:

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

Dependencies

~14–27MB
~417K SLoC