fsub/README.md

11 lines
278 B
Markdown
Raw Normal View History

2021-08-29 09:48:54 -04:00
# fsub
`fsub` is a very simple script (less than 50 lines of code) for cleaning a .srt file
# Usage
`fsub <file>`
# Features
- Fixes subtitle numbering
2021-08-29 09:57:13 -04:00
- Removes lines which have words listed in `~/.config/fsubrc`
2021-08-29 10:08:01 -04:00
- Backs up the file to a .bak (removed when no error happens)