Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterflow80/youtube-command
youtube command is a Debian GNU/Linux (Ubuntu) command that allows Youtube search directly from the command line, without the need to open the Youtube home page and do the search from there.
https://github.com/waterflow80/youtube-command
linux youtube youtube-search
Last synced: 1 day ago
JSON representation
youtube command is a Debian GNU/Linux (Ubuntu) command that allows Youtube search directly from the command line, without the need to open the Youtube home page and do the search from there.
- Host: GitHub
- URL: https://github.com/waterflow80/youtube-command
- Owner: waterflow80
- Created: 2022-01-23T16:16:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T09:47:42.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T01:44:09.692Z (1 day ago)
- Topics: linux, youtube, youtube-search
- Homepage:
- Size: 6.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube-Command
## Description
**youtube** command is a Debian GNU/Linux (Ubuntu) command that allows Youtube search directly from the command line, without the need to open the Youtube
home page and do the search from there.## Installation
1. Open your Terminal and tpye the following commands
2. `cd Downloads`
3. `git clone https://github.com/waterflow80/Youtube-Command.git`
4. `cd Youtube-Command`
5. `./install`
6. Now the **youtube** command should have been installed## How to use
- Open your terminal and type `youtube 'the-content-you-want-to-search-for'`
- If you want to read the documentaion of the **youtube** commad, tpye `man youtube`## Uninstall
1. Open your Terminal
2. ```cd Downloads```
3. type ```ls``` to verify that the directory 'Youtube-Command' is still in the Downloads directory
4. `cd Youtube-Command`
5. `./uninstall`