Comment on You Need to Ditch VS CodeparentComments−20k8moIf you make a typo, it'll go wrong. This is something that file managers fundamentally do not suffer from when trying to do that operation−bot4038moYou've never mis-dragged something in the GUI or had a flaky mouse button which lets up randomly while you're dragging which left your folder "somewhere" that you now have to find?−muwtyhg8moCtrl-Z will un-move that file or folder,.−lavp8mo`rm` is a destructive operation, but you can always alias it to move it to a trash folder.File managers have nowhere near the flexibility available in the terminal.
Comments
If you make a typo, it'll go wrong. This is something that file managers fundamentally do not suffer from when trying to do that operation
You've never mis-dragged something in the GUI or had a flaky mouse button which lets up randomly while you're dragging which left your folder "somewhere" that you now have to find?
Ctrl-Z will un-move that file or folder,.
`rm` is a destructive operation, but you can always alias it to move it to a trash folder.
File managers have nowhere near the flexibility available in the terminal.