reel — CLI written in Rust to search up information about films or series.
reel lets you search for movie or series information using the command line.
Inspired by mayankchd's movie CLI.
- Search for movies/series by title
- Choose information you want to see using command line arguments
- Specify release year for search. (Single title only)
- Rust
git clone https://github.com/nikmcphail/reel.git
cd reel
cargo build --releaseUsage: reel [OPTIONS] <QUERIES>...
Arguments:
<QUERIES>... Film or series title.
Options:
-y, --year <YEAR> Release year. (Only works for single title.)
-w, --writer Show the writer(s).
-r, --released Show release date.
-a, --actors Show the main cast.
-l, --language Show the language(s).
-c, --country Show the country(ies).
-m, --metascore Show the Metacritic score.
-i, --imdb Show the IMDb rating.
-b, --box-office Show the box office earnings.
-R, --rating Show the MPA rating.
-A, --awards Show award nominations and wins.
-p, --plot Show the plot summary.
-C, --compare Compare titles.
-h, --help Print help
reel "La La Land" -wai
reel "Project X" -y 1987 -Rm
reel "Snowpiercer" "Scott Pilgrim vs the World" -b
This project is released under the Unlicense. You can copy, modify, and distribute it freely.