Skip to content

change formatting of placeholders in input prompts #10

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

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

umlx5h
Copy link
Owner

@umlx5h umlx5h commented Jul 1, 2024

Fix #9

  • Change prompt formats such as following
    • gtrash put -i README.md
      • before: Do you trash regular file "README.md"? yes/no/all-yes/quit
      • after: Do you trash regular file "README.md"? (Yes/No/All-yes/Quit)
    • gtrash find blabla --rm
      • before: Are you sure you want to remove PERMANENTLY? yes/no
      • after: Are you sure you want to remove PERMANENTLY? (Yes/No)
  • Show the full selection option when prompt is confirmed
    • before: Are you sure you want to remove PERMANENTLY? n
    • after: Are you sure you want to remove PERMANENTLY? No
  • Accepts both upper and lower case letters

@umlx5h umlx5h merged commit c794e2f into main Jul 1, 2024
2 checks passed
@umlx5h umlx5h deleted the fix-prompt branch July 1, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The yes/no placeholder while permanently deleting something is confusing
1 participant