cclauss / volume

Adjust the volume from the command line on macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

volume

Adjust the volume from the command line on macOS.

Installation

Using Homebrew:

brew tap meowmeowmeowcat/taps
brew install meowmeowmeowcat/taps/volume

Using Mint:

mint install meowmeowmeowcat/volume@v0.0.2

Install manually:

  1. Download the release from the release page
  2. Add it to the PATH

Usage

USAGE: volume [--input] [--alert] [--all] <up|down|value>

ARGUMENTS:
  <up|down|value>         Use up or down to increase or decrease the volume.
                          Input a value(0-100) to adjuct the volume.
                          Default to output volume.

OPTIONS:
  -i, --input             Set input volume.
  -a, --alert             Set alert volume.
  --all                   Set all volumes to the same level.
                          Including output, input and alert volume.
  --version               Show the version.
  -h, --help              Show help information.

Example

Increase the output volume:

$ volume up

Decrease the output volume:

$ volume down

Set the output volume to 10:

$ volume 10

Set the input volume to 60:

$ volume --input 60

Set the alert volume to 100:

$ volume --alert 100

Set all volume(including output, input and alert volume) to 50:

$ volume --all 50

Notes

If you want to adjust the volume from the command line faster, using alias would be a good choice:

alias vol="volume"

About

Adjust the volume from the command line on macOS.

License:MIT License


Languages

Language:Swift 99.1%Language:Shell 0.9%