Live data from Hacker News

Dotree: A small, interactive command runner

github.com

1–4 of 4 posts

Re: Dotree: A small, interactive command runner

#4
post #3

Doesn't this eat any log output when running things on Windows? https://github.com/KnorrFG/dotree/blob/0.5.1/src/core.rs#L17...

Oh, yes, you're right. Like the readme says, I didn't test on windows, I just trusted in rusts platform independence. When I found out there is no exec on windows, I figured this was the easiest way, reused existing code, and immediately introduced a bug. I'll fix it ~tomorrow~. Good catch, ty.