transcription icon indicating copy to clipboard operation
transcription copied to clipboard

accept input from stdin and output to stdout

Open nrw opened this issue 9 years ago • 3 comments

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

nrw avatar Mar 13 '15 20:03 nrw

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.

andrewodri avatar Mar 13 '15 20:03 andrewodri

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.

andrewodri avatar Mar 16 '15 18:03 andrewodri

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

nrw avatar Mar 18 '15 22:03 nrw