drive icon indicating copy to clipboard operation
drive copied to clipboard

File Operations

Open icidasset opened this issue 5 years ago • 4 comments
trafficstars

Implement all the basic file system interactions:

  • [x] Add file
  • [x] Drop files
  • [x] Create directory
  • [x] Remove file
  • [x] Remove directory
  • [x] Rename file
  • [x] Rename directory
  • [x] Select a single file
  • [x] Select a single directory using arrow keys
  • [x] Select a single directory using shift key + left mouse click
  • [x] Select multiple items using shift key + left mouse click (range select)
  • [x] Select multiple items using cmd/meta key + left mouse click (individual select)
  • [ ] Move selected items (files & directories) using drag & drop
  • [ ] Duplicate (and show rename modal?)

icidasset avatar Apr 03 '20 14:04 icidasset

Ctl-click for non-contiguous select?

Edit - depends on potentially having apps installed. Do we want to enable “edit as text” built into Drive as a test?

Show / hide extensions?

Show / hide hidden files?

bmann avatar Apr 03 '20 14:04 bmann

non-contiguous select, is that like, selecting individual items, as opposed to selecting "ranges"? By ranges I mean, click on item 1 and then item 3 holding shift, selects 1, 2 and 3. CTRL + click, would select item 1 and 3, but not 2? That sounds like a good addition @bmann 👍

Edit - depends on potentially having apps installed. Do we want to enable “edit as text” built into Drive as a test?

Yeah, I'd consider that less basic. Will create a different issue for that. Same for the other suggestions, those are view options. Will create other issues.

icidasset avatar Apr 03 '20 14:04 icidasset

Yes you got ctl-click correct.

Yeah the rest of stuff is extended ;)

bmann avatar Apr 03 '20 14:04 bmann

Replacing CTRL-click with CMD-click for individual selection. CTRL-click on Mac is used to right-click (ie. show contextmenu) using trackpad.

icidasset avatar Dec 03 '20 22:12 icidasset