transcription
transcription copied to clipboard
accept input from stdin and output to stdout
I love this project, but it's hard to make it interact with other programs. transcription
is a perfect application to run as a filter like this transcription -f md < index.js > Readme.md
Glad to hear you are able to get some use from it! I'll add this as a feature request. Transcription will be published as an npm module shortly with a bigger focus on the command line; I'll be sure to publish an update.
Hey @nrw, stdin and stdout support have been added, and npm has been updated. I switched from minimist to commander for CLI functionality as well, so be sure to check README.md run transcription --help
to see what commands are now available.
this install is still failing when it hits > [email protected] install /usr/local/lib/node_modules/transcription/node_modules/babel/node_modules/chokidar/node_modules/fsevents
here's the full crash: https://gist.github.com/nrw/db41e02e0d5ad8492048