filer
filer copied to clipboard
Node-like file system for browsers
With #385 we got discussing the value in having some automated way to stay on top of deps. One option might be to use https://greenkeeper.io/#how-it-works.
We have a great start at reusable dialogs for Filer in https://github.com/ScottDowne/filer-dialogs thanks to @ScottDowne. However, it should be moved into the filerjs org, and we should blow away the...
For our Brackets work, I wrote a remote proxy for Filer that runs over a `MessageChannel` between two windows. It works really well, and lets you do cross-origin filesystems easily....
ArrayBuffer objects have the disadantage that they always have to live in memory. So if your file entries contain ArrayBuffer objects which describe the file contents, that means that the...
This is an adaptation of #170. This patch is nearly ready for review, unless we want to include the standard `mv` functionality to move multiple source files at once.
New request -_- Sorry about the last one.
We need an implementation of the `mv` command on `FileSystemShell`, with tests and docs in the README. It should work in similar ways to the unix `mv` command, and do...
Package them as optional programs that can run from the fs using `exec`.