santoshrajan / lispyscript

A javascript with Lispy syntax and macros
MIT License
572 stars 57 forks source link

adding a directory watch for better developement workflow #26

Closed zcaudate closed 5 years ago

zcaudate commented 11 years ago

something like:

 lispy -w . /out 

to watch all files in the current directory and output the results in /out

santoshrajan commented 11 years ago

I will consoder this feature for the next release. Thanks.

On Fri, Dec 7, 2012 at 3:39 PM, Chris Zheng notifications@github.comwrote:

something like:

lispy -w . /out

to watch all files in the current directory and output the results in /out

— Reply to this email directly or view it on GitHubhttps://github.com/santoshrajan/lispyscript/issues/26.

Santosh Rajan @Twitter http://twitter.com/santoshrajan @About.Me http://about.me/santosh.rajan

darrencruse commented 9 years ago

Whoops I thought this could be closed with my pull request #55.

But I missed allowing for an alternative output dir - I've got the watcher running the single argument "lispy myfile.ls" meaning it output them all in place in the same dir as their original .ls files.

I agree an (optional) output dir is useful. I'd like to go back and add that but it could be a week or two before I get time.

santoshrajan commented 9 years ago

OK will wait for the fix. Thanks.

On Mon, Mar 23, 2015 at 6:59 PM, Darren Cruse notifications@github.com wrote:

Whoops I thought this could be closed with my pull request #55 https://github.com/santoshrajan/lispyscript/pull/55.

But I missed allowing for an alternative output dir - I've got the watcher running the single argument "lispy myfile.ls" meaning it output them all in place in the same dir as their original .ls files.

I agree an (optional) output dir is useful. I'd like to go back and add that but it could be a week or two before I get time.

— Reply to this email directly or view it on GitHub https://github.com/santoshrajan/lispyscript/issues/26#issuecomment-84997387 .

Santosh Rajan Linkedin http://in.linkedin.com/in/santoshrajan/ Twitter https://twitter.com/santoshrajan Website http://santoshrajan.com Medium https://medium.com/@santoshrajan