From 59553ad4231fad4c45541b6eeea6471fcb110649 Mon Sep 17 00:00:00 2001 From: Pineal Servo Date: Tue, 22 Jul 2014 16:53:39 -0600 Subject: [PATCH] An un-summarized change. --- tools/inbox_watcher.page | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tools/inbox_watcher.page b/tools/inbox_watcher.page index a957e69..7631ccc 100644 --- a/tools/inbox_watcher.page +++ b/tools/inbox_watcher.page @@ -1,4 +1,10 @@ -A tool for running pandoc when a file is saved in an inbox directory: +--- +format: markdown +toc: false +title: Pandoc Inbox Watcher Script +... + +A tool for running `pandoc` when a file is saved in an inbox directory: ~~~ { .shell } #!/bin/sh @@ -13,4 +19,6 @@ do done ~~~ -The `pandoc_wrapper` is a script that calls pandoc with the appropriate parameters for the document formatting I want to do. It takes a source file and a destination directory as parameters; it automatically creates the destination name based on the source file name and the destination directory. \ No newline at end of file +The `pandoc_wrapper` is a script that calls pandoc with the appropriate parameters for the document formatting I want to do. It takes a source file and a destination directory as parameters; it automatically creates the destination name based on the source file name and the destination directory. + +The `inotifywait` program is from the `inotify-tools` package in Ubuntu. \ No newline at end of file