Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.84 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.84 KB

Rundown

Generate Rundown Scripts for Teleprompting

github (author stars) github (author followers) github (project stdver)
npm (project license) npm (project release) npm (project downloads)

Abstract

rundown(1) is a small command-line tool to generate rundown scripts for teleprompting. It can read Microsoft Word format files (*.docx), extract text from it, and generate HTML/XML output for use in the teleprompting applications QPrompt and Autocue Explorer/Pioneer.

Installation

$ npm install -g @rse/rundown

Usage

The Unix manual page contain detailed usage information.

Example

$ rundown -f qprompt -e "table:last tr:gt(0) td:last" -o sample.html sample.docx

License

Copyright © 2023-2024 Dr. Ralf S. Engelschall (http://engelschall.com/)
Licensed under GPL 3.0