blah

command module
v0.0.0-...-f1d0101 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2023 License: MIT Imports: 4 Imported by: 0

README

blah

Parse a subtitles file, replace every line with some text, write the result into a new subtitles file.

Usage

# Show usage info
blah --help

# Replace every line with "blah blah"
blah -i original.srt -o blahblah.srt -t "blah blah"

# Replace the lines in each subtitle with a beautiful diamond made of '+'
#   +
#  +++
# +++++
#  +++
#   +
blah -i original.srt -o diamonds.srt -1 "+" -2 "+++" -3 "+++++" -4 "+++" -5 "+"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL