Nate Fischer

Results 340 comments of Nate Fischer

Does anyone have any use-cases in mind for splitting on lines vs splitting on words?

I like the option at the end, just because it's more consistent with things like `exec()`. Also, in the interest of making things more bash-like, it might be better to...

@scott113341 thanks for the input. You raise a good point. The idea behind this proposed feature was to bridge the gap between the output of `ls()` and the other commands,...

So I'm not sure if we really get any benefit by adding `.lines()` and `.words()` methods to ShellStrings. These methods aren't very intuitive (`.forEach` has a well-established meaning, `.lines` doesn't...

We may want to start the deprecation with v0.8. This isn't critical, however.

Steps to implement this: For v0.8: - [ ] Move `shjs` into a separate package (it'll require shelljs as a dependency) - [ ] Keep `shjs` as part of shelljs...

@jchip Thanks for the suggestion. The goal here is to trim down shelljs, since this code (and its dependencies) are not used by a majority of packages. In the end,...

Bumping to v0.9 milestone