Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

Looks nice 🙂 I suggest combining the 3 commands into one with subcommands which leaves us room for more commands in the future. So how about this? ``` rclone archive...

Are you going to make a pull request for this?

I ran the CI which will probably make things to fix. Then I'll review. We can iterate the code together

@fawzibr just keep adding commits to your existing PR. I'll keep sending you things to fix - we'll get there in the end! Yes the linter is quite strict, however...

> The manual page is incredibly long and unwieldy Yes > I was going to print it out to dramatically slap on a friends desk to prove a point but...

> Tested list/extract on zip/7z and it failed because the reader needs Seek support (io.Seeker/io.ReadAt). Looked around and found operations.NewReOpen(). I implemented a SeekableFile (had to remove the fs/accounting stuff...

> I am also pretty confused about how to properly handle situations like when the root path passed into NewFs is a path to a file and not a directory...

The core of rclone builds with wasm, however we've never done wasi which would enable the command line usage you are looking for. So that is why it doesn't work....

Rclone is very modular. To work around this we'd need to disable features that don't compile. There doesn't appear to be too many in that list. I had to disable...

Great idea! I like the idea of the dialog box - "Delete? Yes, Yes and Don't Ask Again, No" Would you like to work on this?