You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a common expectation but it's mine: for dragging files between nodes, I expect it to copy and not move the file. (Within a node, I do expect a move.) A common use case for me, for example, is cloning an unconfigured git repo somewhere and copying an existing config file over, where I wouldn't want it deleted from the source location.
Even if not changing the default behavior, it'd be nice to be able to cut or copy while highlighting a file. If I'm connected to very lived-in computers, there are lots of directories to scroll past.
The text was updated successfully, but these errors were encountered:
Dragging a file between nodes copies the file to the target node, and does not remove it from the originating node.
I'd like to support a copy/paste keyboard shortcut/context menu workflow, but there are some edge cases I want to think through before committing to that. Will create a separate issue for that work.
I agree we should change this behavior to copy instead of move. There is a lot of checking we do verify the copy was successful before deleting it from the source. We should move this to a configuration option, something like tailscale.fileExplorer.moveFileBetweenNodes
I'm not sure if this is a common expectation but it's mine: for dragging files between nodes, I expect it to copy and not move the file. (Within a node, I do expect a move.) A common use case for me, for example, is cloning an unconfigured git repo somewhere and copying an existing config file over, where I wouldn't want it deleted from the source location.
Even if not changing the default behavior, it'd be nice to be able to cut or copy while highlighting a file. If I'm connected to very lived-in computers, there are lots of directories to scroll past.
The text was updated successfully, but these errors were encountered: