kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Windows Support #15

Open wahmedswl opened 7 years ago

wahmedswl commented 7 years ago

Hi, Is windows supported? Currently, i am running alfred but not able to see command results

Prerequisite:
    summary: Making sure everything is ready
    command: |
        echo "Checkout this multi line command!"
        cd /tmp && pwd
        cd /tmp
        pwd

Its just giving up following output

[Prerequisite] Making sure everything is ready

Thanks

kcmerrill commented 7 years ago

That's a great question. I don't think it is :(

If you want to submit a PR i'm happy to merge it.