Skip to content

stablelane/FlickSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlickSearch

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.

Features

  • 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.

Prerequisites

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.

Installation

  1. Clone the repository:

    git clone https://github.com/stablelane/FlickSearch.git  
    
  2. Navigate to the project directory:

    cd FlickSearch
    
  3. Build the project:

    go build
    
  4. Run the tool:

    ./flicksearch <movie-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages