/moview

🎬 Play video in terminal.

Primary LanguageGoMIT LicenseMIT

moview

GitHub release (latest by date) GitHub Workflow Status Go Report Card LICENSE

Play video in terminal.

Demo

Contents

Prerequisites

moview requires FFmpeg to be installed.
For example, if you want to install it using Homebrew, run the following command:

$ brew install ffmpeg

For more information, please refer to the FFmpeg official site.

Installation

Homebrew Tap

$ brew install koki-develop/tap/moview

go install

$ go install github.com/koki-develop/moview@latest

Releases

Download the binary from the releases page.

Usage

$ moview --help
Play video in terminal.

Usage:
  moview FILE [flags]

Flags:
      --auto-play     auto play video
      --auto-repeat   auto repeat video
  -h, --help          help for moview
  -v, --version       version for moview

LICENSE

MIT