https://github.com/elliot40404/volgo
Volgo is a cross-platform CLI app written in Go for controlling system volume from the terminal. Use simple commands or a beautiful interactive TUI—even over SSH!
https://github.com/elliot40404/volgo
bubbletea charmbracelet cli cross-platform go golang linux macos music ssh terminal tui unix volume windows
Last synced: 3 months ago
JSON representation
Volgo is a cross-platform CLI app written in Go for controlling system volume from the terminal. Use simple commands or a beautiful interactive TUI—even over SSH!
- Host: GitHub
- URL: https://github.com/elliot40404/volgo
- Owner: elliot40404
- License: mit
- Created: 2025-02-04T20:58:15.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-04T21:03:58.000Z (10 months ago)
- Last Synced: 2025-08-15T21:17:28.899Z (3 months ago)
- Topics: bubbletea, charmbracelet, cli, cross-platform, go, golang, linux, macos, music, ssh, terminal, tui, unix, volume, windows
- Language: Go
- Homepage:
- Size: 3.22 MB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - volgo - A cross-platform CLI app written in Go for controlling system volume from the terminal. Use simple commands or a beautiful interactive TUI—even over SSH. (<a name="utility"></a>Utilities)
README
# volgo
[](https://github.com/elliot40404/volgo/actions/workflows/release.yml)
[](https://goreportcard.com/report/github.com/elliot40404/volgo)
[](https://pkg.go.dev/github.com/elliot40404/volgo)


volgo is a simple cross platform cli app that can be used to manage the volume of your system audio.
## Installation
```bash
go install github.com/elliot40404/volgo/cmd/volgo@latest
```
## Usage
```bash
volgo # to start in interactive mode
volgo help # to see all available commands
```
## Features
- [x] Interactive mode
- [x] Non interactive mode
## Build From Source with alternative engines
```bash
git clone https://github.com/elliot40404/volgo.git
cd volgo
go build -o volgo cmd/volgo/
```
## License
MIT
## Support My Work