drive
drive copied to clipboard
File Operations
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?)
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?
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.
Yes you got ctl-click correct.
Yeah the rest of stuff is extended ;)
Replacing CTRL-click with CMD-click for individual selection. CTRL-click on Mac is used to right-click (ie. show contextmenu) using trackpad.