1 stable release
1.0.0 | Aug 2, 2024 |
---|
#137 in Video
26 downloads per month
56KB
1K
SLoC
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–26MB
~397K SLoC