Skip to content

blockjoe/live-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-pandoc

live-pandoc is simple script designed to run a pandoc command against a file when changes to that file are detected.

Installation

pip install live-pandoc

Quickstart

live-pandoc was designed to be used identically to how pandoc would be used.

For example, if running the following pandoc command:

pandoc README.md -o README.pdf

The live-pandoc command would run as:

live-pandoc README.md -o README.pdf

When changes are detected in README.md, pandoc README.md -o README.pdf will be run.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages