summaryrefslogtreecommitdiff
path: root/README.md
blob: 48aa2f54a38e9ac6a95ea002bba4a89208469d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 <file>
```

### Key bindings

- `q`, `<Ctrl-C>`: exit the program
- `k`, `<space>`: 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)).