-
Notifications
You must be signed in to change notification settings - Fork 5
The yes/no placeholder while permanently deleting something is confusing #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I see. It is indeed a little confusing at first. But I think it will be understood right away.
In this case, the abbreviation would not make sense, so I thought the current format was fine for the sake of uniformity. It would be nice if we could change the color of only the first letter, but the component used currently does not seem to be able to support this. Let me think about the format a little. |
How about this format? with ignore capitalization
Or
|
Afaik capitalisation is for default behaviour when you press enter which for this program is quit. |
it may be easier to see to capitalize. It accepts both upper and lower case letters and makes no difference in behavior.
|
Now that I think about it, capitalisation makes sense. How about keeping 'Q' capital for quit as it's default behaviour while the rest as it is(lowercase) |
Sorry, what does "default behaviour" refer to? If you want to lowercase everything except Right now you have to explicitly enter the first letter. and you can cancel it with CTRL-C or Escape. The reason |
Sorry my bad. I hadn't explored the tool enough. I thought |
I see. I understand.
I'll fix it later. |
@vivalchemy https://github.com/umlx5h/gtrash/releases/tag/v0.0.6 Let me know if you have some problems |
I was still confused by this when I saw it at first in the confirmation dialogue for Because this is an irreversible operation, I think I would prefer a more explicit confirmation. A user could just hit "y" by mistake, but if they were required to type "y" "e" "s" , then the intention would be clear. If that's not possible, then I think the (y)es/(n)o suggestion would have been more clear that the action would be triggered on the first character than the capitalization. |
Sorry, this is intentional. Personally, I find it annoying to press Enter every time. and the format of the confirmation dialog is just a matter of preference. Therefore, everyone will not agree with it. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Whenever you try to permanently delete something from the trash there is a yes/no prompt that feels confusing at first.
To Reproduce
Steps to reproduce the behavior:
gtrash put <filename>
)gtrash find <filename> --rm
)Expected behavior
If the prompt was a bit clear like
y/n
or(y)es/(n)o
that would be helpfulScreenshots

Version (please complete the following information):
Additional context
I know this is a minor inconvenience but it would be helpful. I can make a quick pr with the fix if you want.
The text was updated successfully, but these errors were encountered: