17 个版本 (6 个稳定版)
1.0.5 | 2024年1月29日 |
---|---|
1.0.4 | 2023年8月18日 |
1.0.3 | 2023年4月29日 |
1.0.2 | 2023年1月3日 |
0.1.4 | 2022年5月31日 |
#661 在 命令行工具 中
每月 90 次下载
265KB
728 行
Code Radio CLI
🎵 专为编码设计的24/7音乐,现在可在您的终端中播放!
为 https://coderadio.freecodecamp.org (关于) 编写的 Rust 命令行音乐电台客户端。
安装
-
从 GitHub 发布页面 下载预构建的二进制文件。
-
🪟 在 Windows 上,使用 WinGet 安装
winget install code-radio-cli
-
🦀 使用 Cargo 安装
cargo install code-radio-cli
安装后,在命令行中运行
code-radio
以启动。您可能需要首先重新启动您的shell。
⚠ 关于在 Linux 上构建和运行 🐧
此程序使用 rustaudio/cpal 库播放音频,这需要在 Linux 上安装 ALSA 开发文件。
为了在 Linux 上构建和运行此程序,您需要安装:
libasound2-dev
在 Debian / Ubuntu 上alsa-lib-devel
在 Fedora 上
使用方法
code-radio [OPTIONS]
OPTIONS:
-h, --help Print help information
-n, --no-logo Do not display logo
-s, --select-station Manually select a station
-v, --volume <VOLUME> Volume, between 0 and 9 [default: 9]
-V, --version Print version information
依赖项
~13–46MB
~756K SLoC