Nate Fischer

Results 340 comments of Nate Fischer

Progress is stalled. Using `new ShellString()` is the recommended workaround at the moment.

> Progress is stalled Which means this issue is available. If folks are interested in working on this, I'll invest some time to scope out the project and guide on...

Most shelljs commands assume that, when outputting as a string, the user wants cross-platform-consistent newlines. We chose `\n` for that. Maybe `.to()` should convert `\n` to the OS's newline separator?...

I think I may not have been clear. We convert `\r\n` to `\n` when we read files so that folks only have to check for one or the other in...

Pull requests are welcome, please see [contributing guidelines](https://github.com/shelljs/shelljs/blob/master/CONTRIBUTING.md).

@Deadarius thanks for taking a look at this! Sorry for the delay, I've been quite busy lately. I think #926 landed the initial framework. The next step is to go...

#926 is a good starting point—look at the changes to `src/touch.js` and `test/touch.js`, you can skip over the rest.

Please paste exact shell commands to create the folders. I expect you're creating a broken symlink (which unix `find` will indeed find), but need to confirm this.

This indeed sounds like a bug. It's hard to say if this is `shell.exec()` or `.to()`. It would help a bit if you could try to repro with `shell.cat('tmpdata/nsw.geojson').to('out-shell.txt')`. It...

Does unix `sed` support this sort of thing? Can you write the shell analog?