#系列 #电影 #动漫 #命令行工具 #命令行 #葡萄牙语

app vizer-cli

用于观看葡萄牙语电影、系列剧和动漫的命令行工具

1 个稳定版本

1.0.0 2024年8月2日

#81视频

Download history 83/week @ 2024-07-30 11/week @ 2024-08-06

94 每月下载量

GPL-3.0 许可证

56KB
1K SLoC

Latest Version License

安装

克隆仓库并从源代码编译。

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