https://github.com/koki-develop/moview
🎬 Play video in terminal.
https://github.com/koki-develop/moview
Last synced: 3 months ago
JSON representation
🎬 Play video in terminal.
- Host: GitHub
- URL: https://github.com/koki-develop/moview
- Owner: koki-develop
- License: mit
- Created: 2024-11-04T09:04:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T08:15:06.000Z (about 1 year ago)
- Last Synced: 2024-12-25T02:23:16.062Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.16 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
moview
Play video in terminal.
## Contents
- [Contents](#contents)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Homebrew Tap](#homebrew-tap)
- [`go install`](#go-install)
- [Releases](#releases)
- [Usage](#usage)
- [LICENSE](#license)
## Prerequisites
moview requires FFmpeg to be installed.
For example, if you want to install it using Homebrew, run the following command:
```console
$ brew install ffmpeg
```
For more information, please refer to the [FFmpeg official site](https://ffmpeg.org).
## Installation
### Homebrew Tap
```console
$ brew install koki-develop/tap/moview
```
### `go install`
```console
$ go install github.com/koki-develop/moview@latest
```
### Releases
Download the binary from the [releases page](https://github.com/koki-develop/moview/releases/latest).
## Usage
```console
$ 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](./LICENSE)