Adjusting a Mac's System Volume on the Command Line
The article discusses how to adjust a Mac's system volume using the command line. It provides a script that simplifies the process of changing the volume and controlling music playback. The author shares their preference for command line tools over apps with tracking and in-app purchases.
- ▪The article explains how to use AppleScript to adjust the system volume on a Mac.
- ▪A bash script is provided to simplify volume control commands.
- ▪The script allows users to set, increment, or decrement the volume easily.
Lobsters files mainly under programming. We currently carry 187 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Excessivelyadequate |
| Canonical URL | https://excessivelyadequate.com/posts/vol.html |
| Publication time | Sat, 23 May 2026 00:19:26 -0500 |
| Retrieval time | 2026-05-23T05:37:24.912Z |
| Last seen | 2026-05-23T05:37:24.912Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | 3Ll_dE-ycey0 |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Adjusting a Mac's System Volume on the Command Line Posted on February 10, 2022 · 611ish words · 2 minute read var date = Date.parse(document.getElementById("postedon").getAttribute("datetime")); document.getElementById("postedago").innerHTML = ago(date); Because I’m approximately 270 years old and listen to music (MP3 files, no less!) on my computer instead of a smart speaker, sometimes I find myself wanting to adjust my Mac’s system volume without needing to, say, get up from the couch. I’m sure there’s plenty of iOS apps that can do that with varying amounts of tracking and in-app-purchases, but because, once again, I’m practically 270 years old, I prefer to SSH into my computer and run a command.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Excessivelyadequate.