FlickSearch is a simple command-line tool to search for movies and open streaming links directly from the terminal. The tool fetches movie data from the OMDB API and allows users to select a movie, then automatically opens the movie's streaming link in their default browser.
- Search for movies by title from the command line.
- Select a movie from the search results.
- Automatically opens the selected movie's streaming link in your default browser.
- Works on Linux, macOS, and Windows.
Before you begin, ensure you have Go installed on your machine. You can download and install Go from the official Go website.
- Go version: Make sure you have Go version 1.16 or later installed.
-
Clone the repository:
git clone https://github.com/stablelane/FlickSearch.git
-
Navigate to the project directory:
cd FlickSearch
-
Build the project:
go build
-
Run the tool:
./flicksearch <movie-name>