Personal Homebrew tap with useful command-line tools and utilities.
Tiny toolkit for LLM-powered subtitle translation workflows.
Installation:
brew install lebe-dev/tap/submarineFeatures:
- Get/set subtitles by index
- Diagnose and fix SRT file issues
- Compare and verify subtitle files
- Track translation progress
- Import/export in various formats
- Adjust timestamps with delays
- Mass rename subtitle files
Usage:
sm --help
sm info your-subtitles.srt
sm doctor --fix broken-subtitles.srt
sm verify original.srt translated.srtProject: github.com/lebe-dev/submarine
brew install lebe-dev/tap/<formula>brew tap lebe-dev/tap
brew install <formula>Add to your Brewfile:
tap "lebe-dev/tap"
brew "submarine"Then run:
brew bundlebrew update
brew upgrade lebe-dev/tap/<formula>brew uninstall <formula>To remove the tap completely:
brew untap lebe-dev/tapSee DEV.md for information on developing and contributing to this tap.
For issues with specific formulas, please report them to the respective project repositories.
For tap-related issues, open an issue at github.com/lebe-dev/homebrew-tap.