vizer-cli

Crates.iovizer-cli
lib.rsvizer-cli
version1.0.0
sourcesrc
created_at2024-08-02 18:08:39.671638
updated_at2024-08-02 18:08:39.671638
descriptionA cli tool to watch movies, series and animes in Portuguese
homepage
repositoryhttps://github.com/anotherlusitano/vizer-cli
max_upload_size
id1323495
size148,809
João Ribeiro (anotherlusitano)

documentation

README

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
Commit count: 0

cargo fmt