| name | Mix |
| description | Record, search, and analyze music and audio sessions with playback tracking. Use when logging audio sessions, searching metadata, analyzing listening data. |
| version | 1.0.0 |
| author | BytesAgain |
| homepage | https://bytesagain.com |
| source | https://github.com/bytesagain/ai-skills |
| tags | ["audio","music","mix","production","creative"] |
Mix
Mix makes music & audio simple. Record, search, and analyze your data with clear terminal output.
Why Mix?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
mix help
mix status
mix stats
Commands
| Command | What it does |
|---|
mix run | Run |
mix check | Check |
mix convert | Convert |
mix analyze | Analyze |
mix generate | Generate |
mix preview | Preview |
mix batch | Batch |
mix compare | Compare |
mix export | Export |
mix config | Config |
mix status | Status |
mix report | Report |
mix stats | Summary statistics |
mix export | Export (json |
mix search | Search entries |
mix recent | Recent activity |
mix status | Health check |
mix help | Show this help |
mix version | Show version |
mix $name: | $c entries |
mix Total: | $total entries |
mix Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
mix Version: | v2.0.0 |
mix Data | dir: $DATA_DIR |
mix Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
mix Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
mix Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
Data Storage
All data is stored locally at ~/.local/share/mix/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com