5 个版本
0.2.7 | 2023 年 11 月 23 日 |
---|---|
0.2.6 | 2023 年 5 月 20 日 |
0.2.5 | 2023 年 1 月 9 日 |
0.2.3 | 2023 年 1 月 6 日 |
0.2.2 | 2023 年 1 月 5 日 |
#652 in 命令行工具
8KB
109 代码行
PulseAudio 设备切换器
一个简单的命令行工具,用于切换 PulseAudio 的默认/活动输出设备。
安装
克隆仓库并使用 cargo 通过 cargo install --path .
或使用 Crates.io 安装 cargo install pads
。
使用方法
Switches the default PulseAudio output device and moves all active applications to that device
Usage: pads [OPTIONS] <COMMAND>
Commands:
list List available output devices
next Cycle to the next output device
set Set the active device
help Print this message or the help of the given subcommand(s)
Options:
-j, --json Format output as JSON
-h, --help Print help
-V, --version Print version
依赖
~2.7–4MB
~67K SLoC