mklabs / todo

0 stars 0 forks source link

cross platform i3 #13

Closed mklabs closed 8 years ago

mklabs commented 8 years ago

mklabs commented 8 years ago

cc @alexbooker

bookercodes commented 8 years ago

Sounds like a plan :+1:

I've never tried interoperating with the Windows API using Node. I wonder how straightforward it is... :confused:

mklabs commented 8 years ago

great!

bookercodes commented 8 years ago

To be clear, I didn't mean that I'm going to do this. I just think it's a cool idea.

mklabs commented 8 years ago

doh ...

mklabs commented 8 years ago

I did something similar with tabtab, at least it sounds similar. basically relying on stdout and a spawned node. Not the best, but it's kinda easy to setup.

I higly recommend checking out @lukesampson repos, there's a lot to learn from.