# srtplay Play .srt subtitle files in a terminal. ## Installation 1. Install [Perl](https://perl.org) and [scdoc](https://git.sr.ht/~sircmpwn/scdoc) 2. Install the Time::HiRes, Term::ReadKey, and XML::Parser Perl modules 3. `make` 4. `make install` ## Usage ```sh srtplay .srt ``` See the [man page](https://git.sr.ht/~stonks3141/srtplay/tree/main/item/srtplay.1.scd) for further information. ### TUI key bindings - `q`, ``: exit the program - `k`, ``: pause or resume playback - `j`: fast-backward by 10 seconds - `l`: fast-forward by 10 seconds ## Contributing [Send patches](https://git-send-email.io) and bug reports to [~stonks3141/public-inbox@lists.sr.ht](mailto:~stonks3141/public-inbox@lists.sr.ht) ([archive](https://lists.sr.ht/~stonks3141/public-inbox)).