Releases: shellshape/chapterize
Releases · shellshape/chapterize
v1.3.0
v1.2.0
You can now pipe EDL data directly into chapterize via STDIN. Also, if you do not specify any output file, the result will now be printed to STDOUT.
Example:
$ cat timeline.edl | chapterize > timestamps.txt
v1.1.0
add readme to edl crate
v1.0.0
add deployment workflow