Quick Start
Setup
After installation, configure your API key:
API Key Storage
Your API key is stored locally in:
- macOS:
~/Library/Application Support/shh/config.json - Linux:
~/.config/shh/config.json - Windows:
%APPDATA%\shh\config.json
Basic Usage
Record and Transcribe
Press Enter to stop. Output appears in terminal and clipboard.
Record with Duration
Formatting Styles
# Casual style - conversational, filler words removed
shh --style casual
# Business style - professional, formal tone
shh --style business
# Neutral style - no formatting, raw Whisper output
shh --style neutral
Style Comparison
Raw Whisper output:
Um, so like, I was thinking we should probably update the database schema, you know?
Casual style:
I was thinking we should update the database schema.
Business style:
I recommend updating the database schema to improve data integrity and performance.
Translation
# Transcribe French audio to English
shh --translate English
# Combine with formatting
shh --style business --translate English
Configuration
Common Workflows
Quick Voice Note
Meeting Transcription
Multilingual Interview
Next Steps
Tips
Clipboard Integration
Results are automatically copied to clipboard.
Progress Indicator
Live timer shows elapsed time while recording.
Maximum Duration
Default limit: 5 minutes. Use multiple sessions for longer recordings.