Mobile File Dragging

Describe your feature request

Mobile file dragging. And also add mobile multiple select.

What problem(s) would this feature solve?

It’s a hassle to keep on using the mv command, especially when you’re moving multiple files.

Explain what you were trying to do when you came across the problem leading to this feature request

I was trying to move 6 files into a folder. As I don’t have a working computer, I couldn’t do anything about it except do it one by one using the mv command.

2 Likes

you usually don’t have to do it one by one. Use globs to match multiple files

mv *.py foo # all .py files
mv *.{c,h} foo # .c and .h files
3 Likes

It would still be nice to be able to drag and drop files on the mobile app like you can in the web version on desktop (in the web version on mobile it seems to freeze/lag/break…).

2 Likes

File/folder dragging exists already on the mobile app :slight_smile:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.