CLI-Frontend for tinyosf.
$ git clone https://github.com/shownotes/tinyosf-cli.git
$ cd tinyosf-cli
$ npm install # dependencies
$ echo "00:00:00 asd #c" |node main.js --mode=chapter
00:00:00.000 asd
node main.js --help
will list all valid modes
MIT