Skip to content

razielgn/subzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subzer Build Status

Subzer is a small CLI utility written in Go.
Its purpose is to convert Subrip subtitle files to a custom subtitle format.

Building

To build it, you're going to need a golang 1.1 installation.
Then a make will compile it for you.
Tests are run by make test�.
Cross compiling awesomeness provided by make cross� (win32, win64, linux32, linux64, osx64).

Usage

  • Just an input file:
subzer -i input.srt # Output will be input.txt
  • Recusively scan a directory for .srt files
subzer -r folder/ # Output will be filename.txt

About

Go utility for converting .srt files into a custom format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages