Skip to content
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

[Python] - Enhance "find-prompt" script functionality and user interaction #731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 23, 2024

  1. Enhance prompt finder functionality and user interaction

    Comprehensive update to the PromptFinder script, introducing several key enhancements:
    
    - Implemented case-insensitive and partial match search in the 'act' column for more flexible user queries.
    - Added automatic selection for a single search result to streamline the user experience.
    - Improved the display of multiple search results to include both 'act' and 'prompt' values, providing users with clear context for each choice.
    - Integrated KeyboardInterrupt handling to gracefully handle user interruptions and ensure a clean exit from the script.
    
    These changes significantly improve the script's usability and robustness, offering a more user-friendly and reliable experience.
    oijkn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c0dda07 View commit details
    Browse the repository at this point in the history