summaryrefslogtreecommitdiff
path: root/yeetube.el
AgeCommit message (Collapse)Author
2023-07-03melpafy: Use shell-quote-argument for async-shell-commandsThanos Apollo
Use shell-quote-arguments and fix download as audio format
2023-07-03yeetube-play: Move to call-process-shell-commandThanos Apollo
Redo this function using call-process-shell-command & kill all previous commands with 'yeetube-player' This way the user can just select video/song to play and get back to whatever he was working on, without generating new buffers that async-shell-command does.
2023-07-03melpafy: fix header, dependencies & namings. Add quit keyThanos Apollo
Fix header issues with `package-lint`. Add quit key(q) to make it more like a special-mode buffer. speical-mode could be an option, but using org-mode it's easier to make the search results look decent.
2023-07-02update docstringsThanos Apollo
2023-07-02change from prefix yt- to yeetube-Thanos Apollo
2023-07-02fix titles with commas & add open in browser key docThanos Apollo
2023-07-01require cl-libThanos Apollo
2023-07-01update documentationThanos Apollo
2023-07-01fix: enable multibyte-charactersThanos Apollo
2023-07-01Add group, commentary and style codeThanos Apollo
2023-07-01Define yt-modeThanos Apollo
- Add minor mode - Define keybindings and doc them to *Yeetube-Search* buffer
2023-07-01styleThanos Apollo
2023-07-01yt-download(s): Update to use default dir & update docsThanos Apollo
2023-07-01yt-search: base function completedThanos Apollo
- Searches for X amount of videoids and videotitles - Creates a read only org buffer and inserts the results
2023-07-01Add customsThanos Apollo
- yt-search-for: Defining the amount of search results - yt-player: Define video player as command using a string - yt-download-directory: Define download directory
2023-07-01Add basic search functionalityThanos Apollo
custom yt-search-query, youtube is the default, but in hopefully in the future it won't be youtube specific. yt-search only searches for a single url for now, just for testing purposes.
2023-06-30rename to yeetubeThanos Apollo