tcrank
tcrank
is a tiny utility tool for THE IDOLM@STER MILLION LIVE!! THEATER DAYS and its special election event, THE@TER CHALLENGE!!.
tcrank
uses the Princess.
tcrank
is written in Rust. Thus you should install the latest Rust ecosystem in advance.
refs. rustup
cargo install
$ cargo install -f tcrank
$ git clone https://github.com/sadaie/tcrank.git
$ cd tcrank
$ cargo build --release
$ ls target/release/
build deps examples incremental native tcrank tcrank.d
```
$ tcrank list
$ tcrank list -i
$ tcrank list -r ```
```
$ tcrank show -i 21 Name Role Score Rank 徳川まつり 少女 80 9 徳川まつり 魔法使い 10857 1 徳川まつり ファイナルデイ 36 7
$ tcrank show -i 21 -r 23 Name Role Score Rank 徳川まつり 魔法使い 10857 1
$ tcrank show -i "徳川まつり" -r "魔法使い" Name Role Score Rank 徳川まつり 魔法使い 10857 1 ```
--json
option prints the result as JSON
style string.--json-pretty
option prints the result as pretty JSON
style string.MIT lincense.