3 releases
0.2.5 | Jan 9, 2023 |
---|---|
0.2.3 | Jan 6, 2023 |
0.2.2 | Jan 5, 2023 |
#407 in Command line utilities
6KB
76 lines
PulseAudio Device Switcher
A simple CLI tool for swtiching the default/active output device for PulseAudio.
Installation
Clone the repo and install with cargo via cargo install --path .
Usage
Switches the default PulseAudio output device and moves all active applications to that device
Usage: pads <COMMAND>
Commands:
list Lists available output devices
set Sets the default output device
next Cycles to the next device, wrapping back to zero if the active device is the last one
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help information
-V, --version Print version information
Dependencies
~2–2.6MB
~51K SLoC