aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 501bc4637a1e4085b3d14186af8079b35f762629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# CLI-TUBE
A simple youtube viewer, I hope you like it.

## Dependencies
```
curl
mpv
yt-dlp
```

## Installation

Clone the repo and go to the folder:
```
cd cli-tube
sudo make install
```

If you want to uninstall it just execute
```
sudo make uninstall
```

## Usage
```
$ cli-tube <query>
```

<img src="figs/demo.gif" alt="demo" width="100%"/>


Feel free to download, copy and edit any repo