Results 485 comments of David Humphrey

~~#597 to switch away from our internal `src/path.js`~~

#598 to switch from minimatch to picomatch

@sedge two ways: - As @modeswitch says, you could extend the Shell prototype manually: ``` js Filer.Shell.prototype.newCommand = function(path, callback) {...}; var fs = new Filer.FileSystem(..); var sh = fs.shell();...

I’d like to see all of the following included: cd, pwd, ls, rm, tempDir, mkdirp, mv, rm, and cp when we do it. I think touch, exec, cat are things...

Nice catch, I didn't realize node had added this to `fs`. Yes, I think it would be good to have it. Why don't you start by writing a test and...

@YuechengWu I'm not sure if @Mordax is doing just the implementation or if she is doing tests too. Would be great if you two could collaborate somehow.

Agree, doing tests for all those various flags, even if we don't land an implementation for them all, would be good.

#481 has added some basic tests for this, currently skipped.