update README

This commit is contained in:
Denis Lehmann 2021-03-14 22:39:31 +01:00
parent 3d011629f7
commit 26f508a320

View file

@ -3,13 +3,13 @@
:header-args: :tangle tyt :shebang "#!/bin/sh" :header-args: :tangle tyt :shebang "#!/bin/sh"
:END: :END:
Terminal YouTube (*tyt*) is a small bash script that lets you play YouTube videos from the command line. Terminal YouTube (*tyt*) is a small bash script that lets you play YouTube videos by query from the command line.
It is created via literate programming, you can find the code below. It is created via literate programming, you can find the code below.
** Script ** Script
*** Dependencies *** Dependencies
The dependencies of the scripts are: The dependencies of the script are:
- [[https://stedolan.github.io/jq/][jq]] - [[https://stedolan.github.io/jq/][jq]]
- [[https://mpv.io/][mpv]] - [[https://mpv.io/][mpv]]