https://github.com/a714vrata/yt-cli
Watch YouTube Videos from the Comfort of Your Terminal
https://github.com/a714vrata/yt-cli
Last synced: about 1 month ago
JSON representation
Watch YouTube Videos from the Comfort of Your Terminal
- Host: GitHub
- URL: https://github.com/a714vrata/yt-cli
- Owner: A714vrata
- Created: 2023-10-21T18:14:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T16:09:15.000Z (over 1 year ago)
- Last Synced: 2025-02-10T10:31:41.486Z (3 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YT-CLI
## Watch YouTube Videos from the Comfort of Your Terminal### Using the CLI
You may choose to use the cli for simplicity. To use the cli, simply execute:
`./yt-cli`
### Watching Videos
Change into the directory where you cloned this repo and run the following command:
`./ytv`
### Listening to Music
Change into the directory where you cloned this repo and run the following command:
`./ytm`
### Install
In order to install, simply `sudo cp ./yt* /usr/bin/`
### Acknowledgements
Note that ytv and ytm are shell script (with extension .sh). You may choose to use these scripts as is, or hack away to create the experience you want.
Requires the following dependencies:
- yt-dlp
- fzf
- ffmpeg
- rofi (optional)
- dmenu (optional)