Riff.nvim:在 Neovim 中播放 YouTube 音乐
我开发了一个名为 riff.nvim 的小型 Neovim 插件,允许你在编辑器中搜索和播放 YouTube 音乐,而无需离开编辑器。
它使用 Telescope 进行模糊搜索,并通过播放器后端进行音频流播放。我的目标是让你在编码时轻松听音乐,而无需切换上下文或打开其他应用程序。
我非常希望能收到关于这种方法是否有用的反馈,以及可能改进的功能建议(例如,播放列表、更好的控制、与其他工具的集成)。
代码库和安装说明: https://github.com/Rits1272/riff.nvim
查看原文
I built a small Neovim plugin called riff.nvim that lets you search and play YouTube music without leaving the editor.
It uses Telescope for fuzzy searching and a player backend for streaming audio. The goal was to make it easy to listen to music while coding, without switching context or opening another app.<p>I’d love feedback on whether this approach feels useful, and suggestions on features that might make it better (e.g., playlists, better controls, integration with other tools).<p>Repo and setup instructions: https://github.com/Rits1272/riff.nvim