Skip to content

nikmcphail/reel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reel

reel — CLI written in Rust to search up information about films or series.

What is this?

reel lets you search for movie or series information using the command line. Inspired by mayankchd's movie CLI.

Features

  • Search for movies/series by title
  • Choose information you want to see using command line arguments
  • Specify release year for search. (Single title only)

Prerequisites

  • Rust

Build

git clone https://github.com/nikmcphail/reel.git
cd reel
cargo build --release

Arguments / Help

Usage: 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

Example Outputs

reel "La La Land" -wai

image

reel "Project X" -y 1987 -Rm

image

reel "Snowpiercer" "Scott Pilgrim vs the World" -b

image

License

This project is released under the Unlicense. You can copy, modify, and distribute it freely.

About

CLI written in Rust to search up information about films or series.

Resources

License

Stars

Watchers

Forks

Contributors

Languages