Implements "rename" command to change app label #38
Closed
marco-tuzza
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
Thanks for bringing this to light. The issue is real and needs improvement. It also happens with the Now while thinking of solutions, although rename is 1 possible approach, I think a better approach might be possible. One thing that comes to mind is using the app's package name instead of the label name as it guarantees uniqueness. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Closing this as the issue has been resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've recently started using this launcher and am thoroughly enjoying its design and functionality. It quickly became my go-to choice for a launcher. However, I've encountered a usability challenge due to having multiple apps with identical labels, such as:
This situation complicates quick access and alias creation for these apps. To enhance user experience and customization, I propose the implementation of a
rename
command, allowing users to change the display label of any app directly from the launcher. Additionally, a-restore
argument could revert any changes to the app label back to its original state.Suggested Implementation:
Rename Command:
rename "current_app_label" "new_app_label"
rename "Wallet" "Google Wallet"
Restore Command:
rename -restore "modified_app_label"
Benefits:
Considerations:
Thank you for considering this suggestion. I believe it could make a great addition to the launcher, further enhancing its usability and user personalization options.
Beta Was this translation helpful? Give feedback.
All reactions