# srtplay Play SRT subtitle files in a terminal. ## Installation 1. Install [Perl](https://perl.org) 2. Install the Time::HiRes, Term::ReadKey, and XML::Parser Perl modules 3. `make install` ## Usage ```sh srtplay ``` ### 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)).