blob: fe5ee9cf6cae648deafe68feda34eb373ebbd04d (
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
29
30
31
32
|
srtplay(1)
# NAME
srtplay - play .srt subtitle files in a terminal
# SYNOPSIS
*srtplay* <_file_>.srt
# DESCRIPTION
*srtplay* plays a .srt subtitle file in a TUI (Terminal User Interface). After
running *srtplay* with the name of the subtitle file to play, it displays the
elapsed time as well as the subtitles. The <b>, <i>, and <u> HTML tags are
supported in the subtitles and will be displayed as bold, italic, and
underlined, respectively.
# KEY BINDINGS
The following keys may be pressed at any time.
- *q*, *<Ctrl-C>*: exit the program
- *k*, *<space>*: pause or resume playback
- *j*: fast-backward by 10 seconds
- *l*: fast-forward by 10 seconds
# AUTHORS
Maintained by Sam Nystrom <sam@samnystrom.dev>. Source code is available at
https://git.sr.ht/~stonks3141/srtplay. Send patches and bug reports to
~stonks3141/public-inbox@lists.sr.ht.
|