@@ -132,22 +132,26 @@ USAGE:
132
132
t-rec [FLAGS] [OPTIONS] [shell or program to launch]
133
133
134
134
FLAGS:
135
- -h, --help Prints help information
136
- -l, --ls-win If you want to see a list of windows available for recording by their id, you can set env var
137
- ' WINDOWID' to record this specific window only
138
- -n, --natural If you want a very natural typing experience and disable the idle detection and sampling
139
- optimization
140
- -q, --quiet Quiet mode, suppresses the banner: ' Press Ctrl+D to end recording'
141
- -V, --version Prints version information
142
- -v, --verbose Enable verbose insights for the curious
135
+ -h, --help Prints help information
136
+ -l, --ls-win If you want to see a list of windows available for recording by their id, you can set env var
137
+ ' WINDOWID' to record this specific window only
138
+ -n, --natural If you want a very natural typing experience and disable the idle detection and sampling
139
+ optimization
140
+ -q, --quiet Quiet mode, suppresses the banner: ' Press Ctrl+D to end recording'
141
+ -V, --version Prints version information
142
+ -v, --verbose Enable verbose insights for the curious
143
+ -m, --video Generates additionally to the gif a mp4 video of the recording
144
+ -M, --video-only Generates only a mp4 video and not gif
143
145
144
146
OPTIONS:
145
- -b, --bg < bg> Background color when decors are used [default: transparent] [possible values: white, black,
146
- transparent]
147
- -d, --decor < decor> Decorates the animation with certain, mostly border effects [default: shadow] [possible
148
- values: shadow, none]
149
- -m, --video < video> Generates additionally to the gif a mp4 video of the recording [default: mp4] [possible
150
- values: mp4]
147
+ -b, --bg < bg> Background color when decors are used [default: transparent] [possible values:
148
+ white, black, transparent]
149
+ -d, --decor < decor> Decorates the animation with certain, mostly border effects [default: shadow]
150
+ [possible values: shadow, none]
151
+ -e, --end-pause < s | ms | m> to specify the pause time at the end of the animation, that time the gif will show
152
+ the last frame
153
+ -s, --start-pause < s | ms | m> to specify the pause time at the start of the animation, that time the gif will
154
+ show the first frame
151
155
152
156
ARGS:
153
157
< shell or program to launch> If you want to start a different program than $SHELL you can pass it here. For
0 commit comments