1 个稳定版本
1.0.0 | 2024年8月2日 |
---|
#81 在 视频
94 每月下载量
56KB
1K SLoC
安装
克隆仓库并从源代码编译。
git clone https://github.com/anotherlusitano/vizer-cli.git
cd vizer-cli/
cargo build --release
之后,你将在 ./target/release/
中找到程序的可执行文件。
用法
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
示例
搜索内容
vizer-cli -s attack on titan
使用 geckodriver 和 mpv
vizer-cli -g -m -s darling
显示英文文本并使用图像预览功能
vizer-cli -e -i -s dragões
依赖关系
~15–28MB
~419K SLoC