You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see a command-line option, eg --trim=<seconds> that works similarly to -e, but instead of opening the $EDITOR automatically changes all timings that are longer than <seconds> to <seconds>. If combined with -e, it should first auto-trim and then open the $EDITOR with the trimmed timings for further modification.
The text was updated successfully, but these errors were encountered:
I would like to see a command-line option, eg --trim= that works
similarly to -e, but instead of opening the $EDITOR automatically changes
all timings that are longer than to . If combined with
-e, it should first auto-trim and then open the $EDITOR with the trimmed
timings for further modification.
Reply to this email directly or view it on GitHubhttps://github.com//issues/29
.
I would like to see a command-line option, eg
--trim=<seconds>
that works similarly to-e
, but instead of opening the$EDITOR
automatically changes all timings that are longer than<seconds>
to<seconds>
. If combined with-e
, it should first auto-trim and then open the$EDITOR
with the trimmed timings for further modification.The text was updated successfully, but these errors were encountered: