ayan-player-cli 0.1.3

A simple CLI tool to play videos from the current directory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# player-cli

A simple CLI tool to play videos from the current directory.

## Features
- Play videos with ease from the terminal.
- Adjust playback volume and speed using options.
- Set default options
- Filter with extension

## Installation
Clone the repository and build the tool using `cargo`:
```bash
git clone https://github.com/AyanDas-99/rust-player-cli 
cd rust-player-cli
cargo build --release