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: 2 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-04T21:03:58.000Z (4 months ago)
- Last Synced: 2025-03-24T05:14:39.387Z (2 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: 32
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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 modevolgo 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