MenuBarVolume

(★ 12)

trivial app for Macs to show volume in menu bar even when using headphones

File Explorer

  • .gitignore
  • README.md
  • screenshot-both.png
  • screenshot-percentage.png
  • screenshot.png

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

codesign

View Details ▼

Create and manipulate code signatures for macOS.

codesign --sign "{{My Company Name}}" {{path/to/application_file.app}}

Sign an application with a certificate:

codesign --verify {{path/to/application_file.app}}

Verify the certificate of an application:

// repository documentation