# 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