diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,24 +1,20 @@ # srtplay -Play .srt subtitle files in a terminal. +Play SRT subtitle files in a terminal. ## Installation -1. Install [Perl](https://perl.org) and [scdoc](https://git.sr.ht/~sircmpwn/scdoc) +1. Install [Perl](https://perl.org) 2. Install the Time::HiRes, Term::ReadKey, and XML::Parser Perl modules -3. `make` -4. `make install` +3. `make install` ## Usage ```sh -srtplay <file>.srt +srtplay <file> ``` -See the [man page](https://git.sr.ht/~stonks3141/srtplay/tree/main/item/srtplay.1.scd) -for further information. - -### TUI key bindings +### Key bindings - `q`, `<Ctrl-C>`: exit the program - `k`, `<space>`: pause or resume playback |
