ipfs-webui icon indicating copy to clipboard operation
ipfs-webui copied to clipboard

Files: UI for moving multiple files

Open lidel opened this issue 6 years ago • 3 comments

This may be an unexpected feature, but one can move file by changing name to include path, for example to move a file one folder higher:

moving-1-file-2019-01-18--20-26-15

I was about to suggest renaming the label from "Rename" to "Move/Rename", but unfortunately "Rename" is disabled when more than one file is selected:

2019-01-18--20-30-09

TL;DR

We seem to be missing UI for "moving multiple files": right now only way to do it is via repeated drag&drop. One per each dir level, which makes it extremely painful if you want move /from/this/deep/dir/ to /some/other/one/.

lidel avatar Jan 18 '19 19:01 lidel

Having Move/Rename in the same button will be confusing in my opinion, I'd prefer having a separate Move button that could be used while selecting multiple files/folders and would only accept valid paths.

Not sure if this is a priority, although surely it's a nice to have 👍

fsdiogo avatar Jan 23 '19 15:01 fsdiogo

Not a priority aright now, but it will get important when we start adding more and more things to MFS from various GUIs.

Some things in the pipeline:

  • we will all uploads from IPFS Companion (https://github.com/ipfs-shipyard/ipfs-companion/issues/635, https://github.com/ipfs-shipyard/ipfs-companion/issues/415)
  • or files added via native File Manager integrations of IPFS Desktop (https://github.com/ipfs-shipyard/ipfs-desktop/pull/798)

First iteration could just accept and validate paths, but we probably need a smart realtime path completion (like this) to make it fast and useful enough for everyday use.

lidel avatar Jan 25 '19 17:01 lidel

Move to different folder is very important for me, I would like to move stuff uploaded by browser extension around easily.

hsn10 avatar Apr 12 '20 11:04 hsn10