summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-30play video using mpvThanos Apollo
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
2023-06-30init projectThanos Apollo