imdb-explorer

module
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2025 License: Apache-2.0

README

IMDB Explorer

GitHub Tag License Go Reference Go Report Card Go Version

A simple CLI application to search movies and shows using the OMDB API.

image showing how to search shows and movies called 'the matrix'

Usage

Run the compiled binary with the movie or show title as an argument, and optionally a year argument -y. For example:

./imdb "The Matrix"

[!TIP] Browse with RET, toggle info-box with TAB, see reviews with r, go back with b.


Prerequisites

  • Go installed (tested with go 1.24.1).
  • Environment variable OMDB_API_KEY set with your OMDB API (free) key.

Installation

Clone the repository and run:

go build ./cmd/imdb

Alternatively, you can use the provided Makefile targets to manage the project:

  • Build the application: make build
  • Install the application: make install

[!NOTE]

Developed using Aider

TODO

  • Jump to reviews (shortcut or a menu).
  • Show more info for a movie: rating, genre, director, awards, plot, etc.
  • Add general support for opening links; currently using open.
  • Start a new query.
  • Spinner.
  • Show poster (maybe terminal dependent).

License

For personal use, this project is licensed under the Apache-2.0 License.

Directories

Path Synopsis
cmd
imdb command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL