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 was using the old rename command(mv) and after testing the new rename command i find out that this command delete files without any warning.imho it's completely unacceptable and you should warn the user
how to reproduce:
just try rename a file without a change and when it ask for replace say yes.
it will say "no such file or directory" and will delete the file.
The text was updated successfully, but these errors were encountered:
Limero
added a commit
to Limero/lf
that referenced
this issue
Dec 9, 2019
Currently, renaming a file without changing the name will prompt for
replacing and then delete the file. This will instead cancel the
renaming if the old and new names are the same.
i was using the old rename command(mv) and after testing the new rename command i find out that this command delete files without any warning.imho it's completely unacceptable and you should warn the user
how to reproduce:
just try rename a file without a change and when it ask for replace say yes.
it will say "no such file or directory" and will delete the file.
The text was updated successfully, but these errors were encountered: