Skip to content

lebe-dev/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lebe-dev Homebrew Tap

Personal Homebrew tap with useful command-line tools and utilities.

Available Formulas

Submarine

Tiny toolkit for LLM-powered subtitle translation workflows.

Installation:

brew install lebe-dev/tap/submarine

Features:

  • 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.srt

Project: github.com/lebe-dev/submarine


Installation Methods

Method 1: Direct Install

brew install lebe-dev/tap/<formula>

Method 2: Tap First

brew tap lebe-dev/tap
brew install <formula>

Method 3: Using Brewfile

Add to your Brewfile:

tap "lebe-dev/tap"
brew "submarine"

Then run:

brew bundle

Updating Formulas

brew update
brew upgrade lebe-dev/tap/<formula>

Uninstalling

brew uninstall <formula>

To remove the tap completely:

brew untap lebe-dev/tap

Development

See DEV.md for information on developing and contributing to this tap.

Support

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors