mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #196] 能不能新增文件重命名功能 #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yanchenyuvip on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/196
Specific Demand
能不能新增文件重命名功能
Implement Suggestion
@sigoden commented on GitHub (Mar 17, 2023):
move action can do rename
@yanchenyuvip commented on GitHub (Mar 17, 2023):
明白了,明白了。不好意思没看出来这个标志是重命名的意思。这些图标的提示,希望有时间把它改成中文提示,就非常好了,仅仅建议。

@sigoden commented on GitHub (Mar 17, 2023):
It is for moving to a new path, and can be used for renaming.
@sigoden commented on GitHub (Mar 17, 2023):
i18n is too complicatd for a simple file server.
So I used icons for the entire ui, avoid text.
@yanchenyuvip commented on GitHub (Mar 17, 2023):
我意思是,鼠标划过的提示,目前鼠标划过提示是有的,我意思最好能改成中文提示。
@sigoden commented on GitHub (Mar 17, 2023):
supporting multiple langeuages is too complicatd for a simple file server.
I close this issue since your problem was solved