Git Product home page Git Product logo

Comments (4)

jmuheim avatar jmuheim commented on July 27, 2024

I found one problem, I have to put the command into quotes. Now it seems to work, but there is still this nasty "Pandoc-test Launch Failed" message:

$ rerun --pattern '{*.md}' "pandoc examples/code.md -f markdown -o code.pdf && open code.pdf"

10:34:02 [rerun] Pandoc-test launched

10:34:04 [rerun] Pandoc-test Launch Failed
10:34:04 [rerun] Watching . for {*.md} using Darwin adapter
10:34:09 [rerun] Change detected: 1 modified
10:34:09 [rerun] Sending signal TERM to 31218

10:34:09 [rerun] Pandoc-test launched

10:34:11 [rerun] Pandoc-test Launch Failed
10:34:22 [rerun] Change detected: 1 modified
10:34:22 [rerun] Sending signal TERM to 31247

10:34:22 [rerun] Pandoc-test launched

10:34:24 [rerun] Pandoc-test Launch Failed
...

from rerun.

alexch avatar alexch commented on July 27, 2024

It looks like pandoc is some sort of conversion tool, not a server. Try adding -x to tell rerun to expect it to exit, not stay running.

On Oct 11, 2014, at 4:35 AM, Joshua Muheim [email protected] wrote:

Launch Failed

from rerun.

alexch avatar alexch commented on July 27, 2024

And as you discovered, && is a shell command, so if you want it to get all the way through you need to quote or escape it -- otherwise it applies to the launch of rerun itself, not to the script you want rerun to call.

On Oct 11, 2014, at 4:33 AM, Joshua Muheim [email protected] wrote:

&&

from rerun.

jmuheim avatar jmuheim commented on July 27, 2024

Thank you.

from rerun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.