Nate Fischer

Results 340 comments of Nate Fischer

Fixed by https://github.com/shelljs/shelljs/pull/1119 and https://github.com/shelljs/shelljs/pull/1194

Can you try this out in the latest ShellJS release (v0.9.1) and let me know if that fixed the problem?

Thanks for the report. Getting `shx sed` to be 100% compatible has been a challenge. I'd be willing to accept a contribution to the `shx` project if you're interested in...

Why not just try `shx cp -r test-results/ results/`? You should run this **before** the `results` folder is created. This command will then create `results/` and all of its sub...

Regarding glob expressions, please read https://github.com/shelljs/shx#packagejson (the globbing guidance applies whether it's in package.json or not—I should refactor that guidance into a new section of the documentation).

If the user wants to open an incognito window, `Ctrl-Shift-N` seems good enough. As I see it, the best Vimium could do would be a two-key shortcut instead of the...

I caught this when updating https://github.com/shelljs/plugin-open to use shelljs v0.9.1.

I think this feature seems useful. We would probably need to add this into shelljs first and then expose it here. We could add support for more comparison operators too,...

If you'd like to work on this, please send a PR on GitHub!

It's possible that the glob change affected this. Do you think you would be able to write a unit test (as a PR for the shelljs/shelljs repo) which would assert...