Skip to content

Quick Start

Setup

After installation, configure your API key:

shh setup

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

shh

Press Enter to stop. Output appears in terminal and clipboard.

Record with Duration

shh --duration 60

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

# View settings
shh config show

# Set default style
shh config set default_style casual

Common Workflows

Quick Voice Note

shh
# Press Enter when done
# Result is in clipboard - paste anywhere

Meeting Transcription

# Business formatting for professional output
shh --style business

Multilingual Interview

# Record French, transcribe to English, business format
shh --style business --translate English

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.