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
Hello! I've been using hoard-rs to manage my frequently used commands, and I appreciate the convenience it offers. However, I've noticed that the current prompt for input parameters can be a bit confusing, especially when dealing with complex commands. I'd like to suggest a more user-friendly approach to prompting for parameters.
Current Prompt Example:
echo "My name is #first #named parameter! and I live at #city. ##Did! I #tell you!! my name, #first?"
Provide first parameter
>
Suggested Improved Prompt:
echo "My name is #first #named parameter! and I live at #city. ##Did! I #tell you!! my name, #first?"
Provide #first
>
Provide #named parameter!
>
Provide #city
>
Explanation:
The proposed change involves asking for each parameter with its corresponding name in the prompt. This approach should make it much clearer and easier for users to understand which parameter they are being prompted for. By providing a direct reference to the parameter name, users can more accurately identify the data they need to input. This enhancement can significantly enhance the user experience and reduce confusion, particularly when dealing with complex commands.
Thank you for considering this suggestion. I believe it will improve the overall usability of hoard-rs and make it even more user-friendly for both new and experienced users.
Additional Notes:
This change could potentially improve user satisfaction and reduce the learning curve when working with the tool.
Providing descriptive parameter names in the prompt aligns with user expectations and is consistent with modern command-line interfaces.
The text was updated successfully, but these errors were encountered:
Hello! I've been using hoard-rs to manage my frequently used commands, and I appreciate the convenience it offers. However, I've noticed that the current prompt for input parameters can be a bit confusing, especially when dealing with complex commands. I'd like to suggest a more user-friendly approach to prompting for parameters.
Current Prompt Example:
Suggested Improved Prompt:
Explanation:
The proposed change involves asking for each parameter with its corresponding name in the prompt. This approach should make it much clearer and easier for users to understand which parameter they are being prompted for. By providing a direct reference to the parameter name, users can more accurately identify the data they need to input. This enhancement can significantly enhance the user experience and reduce confusion, particularly when dealing with complex commands.
Thank you for considering this suggestion. I believe it will improve the overall usability of hoard-rs and make it even more user-friendly for both new and experienced users.
Additional Notes:
The text was updated successfully, but these errors were encountered: