summaryrefslogtreecommitdiffstats
path: root/org-yt.el
Commit message (Collapse)AuthorAgeFilesLines
* play video using mpvThanos Apollo2023-06-301-1/+11
| | | | | | | | | | | Create yt-play, a simple function that checks if the link starts with "http" and then uses `async-shell-command` to open the URL with `mpv`. It also displays a message confirming the URL being opened. This is still a testing function, a video player should be defined using a defcustom
* init projectThanos Apollo2023-06-301-0/+40